API reference to the Stepper componenent
StepperComponentProps
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
children | React.ReactNode | The steps to be render. It should be a Step component. | true | undefined |
currentStep | number | Current step of the stepper. | false | 0 |
orientation | StepperOrientation | Stepper orientation (used only for the ARIA-ORIENTATION). | false | horizontal |
as | React.ElementType | The HTML tag or React component to render as. | false | nav |