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