New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
animation |
|
|
Specifies the animation settings of the Skeleton. |
height |
|
Specifies the height of the Skeleton component.
Required for | |
shape |
|
|
Specifies the shape of the Skeleton. |
width |
|
Specifies the width of the Skeleton component.
Required for all Skeleton shapes.
Accepts a string like |