StepIndicator
navigationMulti-step progress indicator with numbered circles, connector lines, completed checkmarks, active highlight, and step labels. Token-driven for all visual states.
Import
typescript
import { StepIndicator } from "packages/ui/src";Props
StepIndicatorProps
| Prop | Type | Required |
|---|---|---|
steps | Step[] | Yes |
currentStep | number | Yes |
Examples
Step Indicator
Multi-step progress indicator with numbered circles, checkmarks, and labels.