API Reference
Step component

API reference to the Step componenent

StepComponentProps

The StepsComponentProps extends the Steps type alias. For more details, see the Steps documentation.


ParameterTypeDescriptionRequiredDefault
childrenReact.ReactNodeThe content of the component.falseundefined
asReact.ElementTypeThe HTML tag or React component to render as.falsebutton
labelstringLabel to display. Ex.: Step 04true-
disabledbooleanEnable/disable step.--
isValidbooleanCheck if a step is valid.--