ExplodedView
A ExplodedView component from the Sigil design system.
Import
import { ExplodedView } from "@sigil-ui/components";Usage
<ExplodedView>...</ExplodedView>Props
| Prop | Type | Default | Description |
|---|---|---|---|
layers | ExplodedViewLayer[] | — | Layers to display from top to bottom. |
gap | string | 2rem | Gap between layers. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-md | Radius md |
--s-border | Border |
--s-surface | Surface |
--s-text | Text |
--s-font-mono | Font mono |
--s-text-muted | Text muted |