New to Kendo UI for Angular? Start a free 30-day trial
BadgeRounded
Specifies the roundness of the Badge component.
The possible values are:
small—Sets theborder radiusto1px.medium(Default)—Sets theborder radiusto2px.large—Sets theborder radiusto4px.full—Sets theborder radiusto9999px.none—The none option removes the built-in roundness allowing for customborder radius.
For more information, see the Badge Appearance - Rounded documentation.
type BadgeRounded = "small" | "medium" | "large" | "full" | "none";