BadgeComponent
Represents the Kendo UI Badge component for Angular. Displays additional information or status related to an element, such as notifications or counts.
Provides configuration options for alignment, size, fill, theme color, roundness, position, and cutout border.
<kendo-badge size="large" themeColor="success">99+</kendo-badge>
Selector
kendo-badge
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
align |
|
|
Specifies the alignment of the Badge (see example). |
cutoutBorder |
|
|
Specifies whether to render additional |
fill |
|
Specifies the appearance fill style of the Badge (see example). The default value is set by the Kendo theme. | |
position |
|
|
Specifies the position of the Badge relative to the edge of the parent container element (see example). |
rounded |
|
Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme. | |
size |
|
Specifies the size of the Badge (see example). The default value is set by the Kendo theme. | |
themeColor |
|
Specifies the theme color of the Badge. The theme color applies as background and border color, while also amending the text color accordingly (see example). The default value is set by the Kendo theme. |