Patterns · Navigation
Visual progress indicator for multi-step flows like onboarding or checkout.
import { StepIndicator } from '@nexub/patterns';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| steps | StepIndicatorStep[] | — | ✓ | Array of step definitions. |
| currentStep | number | — | ✓ | Zero-based index of the active step. |
| orientation | 'horizontal' | 'vertical' | 'horizontal' | — | Layout direction. |