Skeleton
Animated placeholder that mimics content layout during loading.
Import
import { Skeleton } from '@kikumi3n/ui';
Usage
<Skeleton variant="text" width="200px" />
<Skeleton variant="circle" width={48} height={48} />
<Skeleton variant="rect" width="100%" height={120} />
API
| Prop | Type | Default | Description |
|---|---|---|---|
variant | 'text' | 'circle' | 'rect' | 'text' | Shape variant |
width | string | number | — | Width |
height | string | number | — | Height |
animate | boolean | true | Enable pulse animation |