Stepper
View in FigmaA multi-step progress indicator showing completed, active, and upcoming steps.
NavigationImport
import { Stepper } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| steps | StepItem[] | — | Array of { label, description? } step definitions. |
| activeStep | number | 0 | Zero-indexed active step. |
| orientation | "vertical" | "horizontal" | "vertical" | Layout direction. |