API Reference
Stepper component

API reference to the Stepper componenent

StepperComponentProps


ParameterTypeDescriptionRequiredDefault
childrenReact.ReactNodeThe steps to be render. It should be a Step component.trueundefined
currentStepnumberCurrent step of the stepper.false0
orientationStepperOrientationStepper orientation (used only for the ARIA-ORIENTATION).falsehorizontal
asReact.ElementTypeThe HTML tag or React component to render as.falsenav