New to Kendo UI for AngularStart a free 30-day trial

SkeletonComponent

Represents the Kendo UI Skeleton component for Angular. Displays a Skeleton placeholder that represents loading content.

Provides configuration options for animation, shape, width, and height.

html
<kendo-skeleton [shape]="'circle'" [animation]="'wave'" width="40px" height="40px"></kendo-skeleton>

Selector

kendo-skeleton

Inputs

NameTypeDefaultDescription

animation

SkeletonAnimation

pulse

Specifies the animation settings of the Skeleton.

height

string | number

Specifies the height of the Skeleton component. Required for circle and rectangle shapes. Not required for text, as it derives from the current CSS font-size. Accepts a string like 100px, 3em, or 50%, or an integer number for pixels.

shape

SkeletonShape

text

Specifies the shape of the Skeleton.

width

string | number

Specifies the width of the Skeleton component. Required for all Skeleton shapes. Accepts a string like 100px, 3em, or 50%, or an integer number for pixels.

In this article
SelectorInputs
Not finding the help you need?
Contact Support