SkeletonModel

Interface representing the Skeleton class.

Properties

cssClass String

Specifies CSS classes to customize the appearance of the control.

Default: ""

height String[] Number[]

Specifies the height of the skeleton. When the shape is "Circle" or "Square", the height property is not required.

Default: ""

label String

Specifies the 'aria-label' for skeleton for accessibility.

Default: Loading...

shape String SkeletonType

Specifies the shape of the skeleton.

Default: Text

shimmerEffect String ShimmerEffect

Specifies the animation effect of the skeleton.

Default: Wave

visible Boolean

Specifies whether the floating action button should be visible or not.

Default: true

width String Number

Specifies the width of the skeleton. When the shape is "Circle" or "Square", the width is prioritized when rendering the shape.

Default: null