Skeleton
A Skeleton component from the Sigil design system.
Import
import { Skeleton } from "@sigil-ui/components";Preview
Usage
<Skeleton>Skeleton content</Skeleton>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | SkeletonVariant | default | Shape / size preset. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-sm | Radius sm |
--s-radius-md | Radius md |
--s-radius-full | Radius full |
--s-radius-lg | Radius lg |
--s-text | Text |
--s-surface | Surface |
--s-duration-slow | Duration slow |