Customizing Skeleton
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-skeleton-text-transform | String | scale( 1, .6 ) | scale(1, 0.6) |
Description
The transform scale of the Skeleton text. | |||
$kendo-skeleton-text-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the Skeleton text. | |||
$kendo-skeleton-rect-border-radius | Number | 0 | 0 |
Description
The border radius of the rectangular Skeleton. | |||
$kendo-skeleton-circle-border-radius | Number | 9999px | 9999px |
Description
The border radius of the circular Skeleton. |