Skeleton
A placeholder component for content that is still loading.
Basic Usage
<prism-skeleton></prism-skeleton>
<prism-skeleton width="300px"></prism-skeleton>
<prism-skeleton variant="circle" width="80px" height="80px"></prism-skeleton>Variants
<prism-skeleton variant="text" width="100%"></prism-skeleton>
<prism-skeleton variant="rect" width="100%" height="200px"></prism-skeleton>
<prism-skeleton variant="circle" width="60px" height="60px"></prism-skeleton>API
| Name | Type | Default | Description |
|---|---|---|---|
active | boolean | true | Show animation effect |
variant | 'text' | 'rect' | 'circle' | 'text' | The variant of the skeleton |
width | string | '' | Width of the skeleton |
height | string | '' | Height of the skeleton |
round | boolean | false | Whether the skeleton has fully rounded corners |