Skeleton
Skeleton Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
width | string | number | β | |
height | string | number | β | |
radius | 'none' | 'sm' | 'md' | 'lg' | 'full' | β | |
animate | boolean | β |
Usage
<Skeleton width={200} height={20} radius="md" />
<Skeleton width="100%" height={100} />