Skip to content
Component

Stepper

Numbered, connected progress trail. Clickable when onStepClick is passed.

Clickable

  1. Account

  2. Profile

  3. Done

API reference

stepsNone
StepperStep[]

Each step's label, optional description, and optional custom icon.

activeStepNone
number

Zero-based index of the current step.

onStepClickNone
(index: number) => void

Makes steps clickable; omit for a static indicator.

tone"default"
ComponentTone

Color used for complete/current steps and the connecting line.

classNameNone
string

Additional classes applied to the component root.