Installation
Examples
Horizontal
Numbered steps with completed checkmarks.
2
3
4
Vertical
Tall stacked layout for longer descriptions.
✓
Account created
✓
Email verified
3
Setup profile
4
Complete
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| steps* | StepItem[] | required | Array of {label, description?}. |
| activeStep | number | 0 | Zero-based current step index. |
| orientation | 'horizontal'|'vertical' | 'horizontal' | Layout direction. |