New to Kendo UI for Vue? Start a free 30-day trial

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
Text transform scale of the skeleton.
$kendo-skeleton-text-border-radiusNumberk-map-get( $kendo-border-radii, md )0.25rem
Description
Border radius of the skeleton text.
$kendo-skeleton-rect-border-radiusNumberk-map-get( $kendo-border-radii, md )0.25rem
Description
Border radius of the rectangle skeleton.
$kendo-skeleton-circle-border-radiusNumber9999px9999px
Description
Border radius of the circle skeleton.
$kendo-skeleton-item-bgColork-get-theme-color( neutral, 100 )#ededed
Description
Background color of the skeleton item.
$kendo-skeleton-wave-bgColork-get-theme-color( neutral, 50 )#f8f8f8
Description
Background color of the skeleton wave animation.

In this article

Not finding the help you need?