Components/Stepper

Stepper

Multi-step progress indicator for wizards and flows.

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

PropTypeDefaultDescription
steps*StepItem[]requiredArray of {label, description?}.
activeStepnumber0Zero-based current step index.
orientation'horizontal'|'vertical''horizontal'Layout direction.