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

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.

Definition

Package:@progress/kendo-angular-indicators

Selector:kendo-skeleton

Syntax:

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

Inputs

Specifies the animation settings of the Skeleton.

Default:

pulse

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.

Specifies the shape of the Skeleton.

Default:

text

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
DefinitionInputsanimationheightshapewidth
Not finding the help you need?
Contact Support