kendo-avatar-default-theme-color | "primary" | "primary" | Default: "primary"Computed: "primary" |
| Description: The default theme color of the Avatar.
|
kendo-avatar-default-fill-mode | "solid" | "solid" | Default: "solid"Computed: "solid" |
| Description: The default fill mode of the Avatar.
|
kendo-avatar-default-roundness | "full" | "full" | Default: "full"Computed: "full" |
| Description: The default roundness of the Avatar.
|
kendo-avatar-default-size | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default size of the Avatar.
|
kendo-avatar-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border width of the Avatar.
|
kendo-avatar-border-radius | null | null | Default: nullComputed: null |
| Description: The border radius of the Avatar.
|
kendo-avatar-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the Avatar.
|
kendo-avatar-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Avatar.
|
kendo-avatar-line-height | var(--kendo-line-height-xs) | var(--kendo-line-height-xs) | Default: var(--kendo-line-height-xs)Computed: var(--kendo-line-height-xs) |
| Description: The line height of the Avatar.
|
kendo-avatar-sm-size | k-spacing(4) | var(--kendo-spacing-4) | Default: k-spacing(4)Computed: var(--kendo-spacing-4) |
| Description: The small size of the Avatar.
|
kendo-avatar-md-size | k-spacing(8) | var(--kendo-spacing-8) | Default: k-spacing(8)Computed: var(--kendo-spacing-8) |
| Description: The medium size of the Avatar.
|
kendo-avatar-lg-size | k-spacing(16) | var(--kendo-spacing-16) | Default: k-spacing(16)Computed: var(--kendo-spacing-16) |
| Description: The large size of the Avatar.
|
kendo-avatar-sizes | | sm: | var(--kendo-spacing-4) | | md: | var(--kendo-spacing-8) | | lg: | var(--kendo-spacing-16) |
| Computed: (sm: var(--kendo-spacing-4), md: var(--kendo-spacing-8), lg: var(--kendo-spacing-16)) |
| Description: The sizes map of the Avatar.
|
kendo-avatar-theme-colors | ("base", "primary", "secondary", "tertiary") | ("base", "primary", "secondary", "tertiary") | Default: ("base", "primary", "secondary", "tertiary")Computed: ("base", "primary", "secondary", "tertiary") |
| Description: The theme colors map of the Avatar.
|