Skeleton
import { Skeleton } from '@gg-software/ui';
<Skeleton lines={3} /> // text lines
<Skeleton variant="circle" width={40} height={40} /> // avatar placeholder
<Skeleton variant="rect" height={80} /> // image/card placeholderProps
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "circle" | "text" | "rect" | text | |
width | string | number | — | |
height | string | number | — | |
lines | number | 1 | number of lines (text variant only) |
animated | boolean | true | |
className | string | — |
* required · generated from packages/ui/src/display/Skeleton/Skeleton.tsx