Timeline
A Timeline component from the Sigil design system.
Import
import { Timeline } from "@sigil-ui/components";Usage
<Timeline>...</Timeline>Props
| Prop | Type | Default | Description |
|---|---|---|---|
entries | TimelineEntry[] | — | Timeline entries. |
variant | `"vertical" | "horizontal"` | vertical |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-full | Radius full |
--s-primary | Primary |
--s-border | Border |
--s-font-mono | Font mono |
--s-text-muted | Text muted |
--s-text | Text |