Components
Skeleton
Placeholder loading indicator.
<Skeleton width="200px" />
<Skeleton variant="circular" width="48px" height="48px" />
<Skeleton lines={3} />
| Prop | Type | Default |
|---|
| variant | text | circular | rectangular | text |
| width | string | 100% |
| height | string | auto |
| lines | number | 1 |