Customizing Skeleton

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-skeleton-text-transformStringscale( 1, .6 )scale(1, 0.6)
Description
The transform scale of the Skeleton text.
$kendo-skeleton-text-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Skeleton text.
$kendo-skeleton-rect-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the rectangular Skeleton.
$kendo-skeleton-circle-border-radiusNumber9999px9999px
Description
The border radius of the circular Skeleton.
$kendo-skeleton-item-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 23%, transparent)
Description
The background color of the Skeleton item.
$kendo-skeleton-wave-bgStringif($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base, #ffffff)
Description
The background color of the Skeleton wave animation.

In this article

Not finding the help you need?