Feedback
StepIndicator
A horizontal step progress indicator for multi-step flows with completed, active, and upcoming states.
Preview:1280px
Account
Profile
- 3
Billing
- 4
Review
Upload
Choose your files
- 2
Configure
Set parameters
- 3
Deploy
Go live
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| steps | { label: string; description?: string }[] | - | Ordered step definitions. |
| currentStep | number | 0 | 0-based index of the active step. |
| orientation | 'horizontal' | 'vertical' | 'horizontal' | Layout direction. |