Table of Contents#
Skeleton Props#
Prop | Type | Default | Description |
---|---|---|---|
variation | SkeletonVariation | 'text' | The style variation of the skeleton placeholder (e.g., text, circle, rectangular). |
width | string number | - | The width of the skeleton. Accepts CSS units or numeric values (interpreted as pixels). |
height | string number | - | The height of the skeleton. Accepts CSS units or numeric values (interpreted as pixels). |
className | string | '' | Additional CSS class names for custom styling. |