Stepper
Multi-step progress indicator
Preview
Details
Basic info
Props
orientation
Stepper layout orientation
Code
<Stepper
steps={steps}
currentStep={currentStep}
onStepChange={setCurrentStep}
orientation="horizontal"
/>Multi-step progress indicator
Details
Basic info
Stepper layout orientation
<Stepper
steps={steps}
currentStep={currentStep}
onStepChange={setCurrentStep}
orientation="horizontal"
/>