kendo-badge-default-theme-color | "primary" | "primary" | Default: "primary"Computed: "primary" |
| Description: The default theme color of the Badge.
|
kendo-badge-default-fill-mode | "solid" | "solid" | Default: "solid"Computed: "solid" |
| Description: The default fill mode of the Badge.
|
kendo-badge-default-size | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default size of the Badge.
|
kendo-badge-default-roundness | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default roundness of the Badge.
|
kendo-badge-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the border around the Badge.
|
kendo-badge-sm-padding-x | k-spacing(0.5) | var(--kendo-spacing-0\.5) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5) |
| Description: The horizontal padding of the small Badge.
|
kendo-badge-md-padding-x | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The horizontal padding of the medium Badge.
|
kendo-badge-lg-padding-x | k-spacing(1.5) | var(--kendo-spacing-1\.5) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5) |
| Description: The horizontal padding of the large Badge.
|
kendo-badge-sm-padding-y | k-spacing(0.5) | var(--kendo-spacing-0\.5) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5) |
| Description: The vertical padding of the small Badge.
|
kendo-badge-md-padding-y | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The vertical padding of the medium Badge.
|
kendo-badge-lg-padding-y | k-spacing(1.5) | var(--kendo-spacing-1\.5) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5) |
| Description: The vertical padding of the large Badge.
|
kendo-badge-font-size | var(--kendo-font-size-xs) | var(--kendo-font-size-xs) | Default: var(--kendo-font-size-xs)Computed: var(--kendo-font-size-xs) |
| Description: The font sizes of the Badge.
|
kendo-badge-sm-font-size | var(--kendo-font-size-xs) | var(--kendo-font-size-xs) | Default: var(--kendo-font-size-xs)Computed: var(--kendo-font-size-xs) |
| Description: The font size of the small Badge.
|
kendo-badge-md-font-size | var(--kendo-font-size-xs) | var(--kendo-font-size-xs) | Default: var(--kendo-font-size-xs)Computed: var(--kendo-font-size-xs) |
| Description: The font size of the medium Badge.
|
kendo-badge-lg-font-size | var(--kendo-font-size-xs) | var(--kendo-font-size-xs) | Default: var(--kendo-font-size-xs)Computed: var(--kendo-font-size-xs) |
| Description: The font size of the large Badge.
|
kendo-badge-line-height | 1 | 1 | Default: 1Computed: 1 |
| Description: The line heights used along with the $kendo-font-size variable.
|
kendo-badge-sm-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-heightComputed: 1 |
| Description: The line height used along with the $kendo-font-size variable of the small Badge.
|
kendo-badge-md-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-heightComputed: 1 |
| Description: The line height used along with the $kendo-font-size variable of the medium Badge.
|
kendo-badge-lg-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-heightComputed: 1 |
| Description: The line height used along with the $kendo-font-size variable of the large Badge.
|
kendo-badge-min-width | calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 )) | calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ))Computed: calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2) |
| Description: The calculated minimum width of the circular Badge.
|
kendo-badge-sm-min-width | calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )Computed: calc(1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) |
| Description: The calculated minimum width of the small circular Badge.
|
kendo-badge-md-min-width | calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )Computed: calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2) |
| Description: The calculated minimum width of the medium circular Badge.
|
kendo-badge-lg-min-width | calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-1\.5) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )Computed: calc(1em + var(--kendo-spacing-1\.5) * 2 + 1px * 2) |
| Description: The calculated minimum width of the large circular Badge.
|
kendo-badge-sizes | | sm: | "padding-x":"var(--kendo-spacing-0\\.5)","padding-y":"var(--kendo-spacing-0\\.5)","font-size":"var(--kendo-font-size-xs)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-0\\.5) * 2 + 1px * 2)" | | md: | "padding-x":"var(--kendo-spacing-1)","padding-y":"var(--kendo-spacing-1)","font-size":"var(--kendo-font-size-xs)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2)" | | lg: | "padding-x":"var(--kendo-spacing-1\\.5)","padding-y":"var(--kendo-spacing-1\\.5)","font-size":"var(--kendo-font-size-xs)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-1\\.5) * 2 + 1px * 2)" |
| Computed: (sm: (padding-x: var(--kendo-spacing-0\.5), padding-y: var(--kendo-spacing-0\.5), font-size: var(--kendo-font-size-xs), line-height: 1, min-width: calc(1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-1), padding-y: var(--kendo-spacing-1), font-size: var(--kendo-font-size-xs), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-1\.5), padding-y: var(--kendo-spacing-1\.5), font-size: var(--kendo-font-size-xs), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1\.5) * 2 + 1px * 2))) |
| Description: The sizes map of the Badge.
|
kendo-badge-theme-colors | ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error") | ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error") | Default: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error")Computed: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error") |
| Description: The theme colors map of the Badge.
|