New to KendoReact? Learn about KendoReact Free.
BadgeSize
Specifies the size of the Badge.
The possible values are:
small
medium
(Default)large
type
BadgeSize = "small" | "medium" | "large";