Stepper
A stepper component for multi-step processes and wizards.
Examples
Horizontal Stepper
Props
| Prop | Type | Default | Description |
|---|---|---|---|
steps | { label: string; description?: string }[] | - | Array of steps (required) |
currentStep | number | - | Current active step, 0-indexed (required) |
orientation | "horizontal" | "vertical" | "horizontal" | Orientation of the stepper |