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.
Definition
Package:@progress/kendo-angular-indicators
Selector:kendo-skeleton
Syntax:
<kendo-skeleton shape="circle" animation="wave" width="40px" height="40px"></kendo-skeleton>
Inputs
Specifies the animation settings of the Skeleton.
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.
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.