New to Kendo UI for Angular? Start a free 30-day trial
BadgeSize
Specifies the size options for the Badge component.
The possible values are:
small
medium
(Default)large
none
For more information, see the Badge Appearance - Size documentation.
type
BadgeSize = "small" | "medium" | "large" | "none";