New to Kendo UI for Vue? Start a free 30-day trial
BadgeSize
Specifies the size of the Badge.
The possible values are:
small
medium
(Default)large
type
BadgeSize = "small" | "medium" | "large";