Stepper
A Stepper component from the Sigil design system.
Import
import { Stepper } from "@sigil-ui/components";Preview
Usage
<Stepper>Stepper content</Stepper>Props
| Prop | Type | Default | Description |
|---|---|---|---|
steps | StepperStepConfig[] | — | — |
currentStep | number | — | — |
orientation | `"horizontal" | "vertical"` | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-primary | Primary |
--s-border | Border |
--s-text-muted | Text muted |
--s-text | Text |
--s-radius-full | Radius full |
--s-duration-fast | Duration fast |
--s-primary-contrast | Primary contrast |
--s-bg | Bg |