New to Kendo UI for VueStart a free 30-day trial

Kendo UI for Vue Badge Appearance Configuration

Updated on Aug 18, 2026

The Badge and BadgeContainer component provides many predefined appearance options such as different shapes, sizes, theme colors and optional cutout borders.

Configurator demo

The following example demonstrates configuring the different aspects of the Badge appearance through a configurator.

Loading ...

Theme Color

The Badge and BadgeContainer allows you to specify predefined theme colors.

The available themeColor values are:

  • base—Applies coloring based on base theme color.
  • primary—Applies coloring based on primary theme color.
  • secondary—Applies coloring based on secondary theme color.
  • tertiary— Applies coloring based on tertiary theme color.
  • info—Applies coloring based on info theme color.
  • success— Applies coloring based on success theme color.
  • warning— Applies coloring based on warning theme color.
  • error— Applies coloring based on error theme color.
Loading ...

Rounded

The Badge and BadgeContainer components allow you to set its roundness and thus style it in different shapes.

The available rounded values are:

  • none—Does not set a border radius className.
  • small—Sets the border radius to 1px.
  • medium—Sets the border radius to 2px.
  • large—Sets the border radius to 4px.
  • full—Sets the border radius to 4px.
Loading ...

Size

The Badge and BadgeContainer allow you to set different sizes to the output badge.

The available size values are:

  • small — Sets the padding to 2px and 8px.
  • medium — Sets the padding to 4px and 8px.
  • large — Sets the padding to 6px and 8px.
Loading ...

Fill

The Badge and BadgeContainer components enable you to set styling options and create solid or outline badges by setting the fillMode property.

The available fillMode values are:

  • solid—Sets a background color and solid borders.
  • outline—Sets a transparent background and solid borders.
Loading ...

Cutout Border

You can specify whether or not to render an additional "cutout" border around the content for the Badge or BadgeContainer.

The available cutoutBorder values are:

  • false
  • true
Loading ...