Back to Component Library
navigation React 19 + TypeScript
Stepper
Multi-step progress wizard with completed state badges.
$npx forgeui add stepper
Variant:
Details
2
Payment
3
Complete
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| steps | StepperStep[] | [] | Steps array. |
| currentStep | number | 1 | Current active step. |
Accessibility Standards
Aria-current='step' indicator.