Material-UI Stepper component for step-by-step workflows.
Wraps Material-UI's Stepper with configurable labels and content for each step.
Supports vertical and horizontal orientations with optional step content sections.
Steps can be skipped by passing null in the steps array.
Parameters
props: StepperPropsExtend
Stepper configuration (see StepperPropsExtend interface)
Returns Element
Stepper component with step indicators and optional content sections
Material-UI Stepper component for step-by-step workflows.
Wraps Material-UI's Stepper with configurable labels and content for each step. Supports vertical and horizontal orientations with optional step content sections. Steps can be skipped by passing null in the steps array.