Stepper

Multi-step progress indicator

Preview

Details

Basic info

Props
orientation

Stepper layout orientation

Code
<Stepper
  steps={steps}
  currentStep={currentStep}
  onStepChange={setCurrentStep}
  orientation="horizontal"
/>