Back to components

Stepper

A stepper component for multi-step processes and wizards.

Examples

Horizontal Stepper

Props

PropTypeDefaultDescription
steps{ label: string; description?: string }[]-Array of steps (required)
currentStepnumber-Current active step, 0-indexed (required)
orientation"horizontal" | "vertical""horizontal"Orientation of the stepper