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