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:
smallmedium(Default)largenone
For more information, see the Badge Appearance - Size documentation.
type BadgeSize = "small" | "medium" | "large" | "none";