Stepper: Stepper

StepperR Documentation

Stepper

Description

https://mui.com/material-ui/api/stepper/

Usage

Stepper(...)

Arguments

...

Props to pass to the component.

Details

  • activeStep integer
    Default is 0 Set the active step (zero based index). Set to -1 to disable all the steps.

  • alternativeLabel bool
    Default is FALSE If set to 'true' and orientation is horizontal, then the step label will be positioned under the icon.

  • children node
    Default is - Two or more Step / components.

  • classes object
    Default is - Override or extend the styles applied to the component.See CSS classes API below for more details.

  • component elementType
    Default is - The component used for the root node. Either a string to use a HTML element or a component.

  • connector element
    Default is StepConnector / An element to be placed between each step.

  • nonLinear bool
    Default is FALSE If set the Stepper will not assist in controlling steps for linear flow.

  • orientation 'horizontal'| 'vertical'
    Default is 'horizontal' The component orientation (layout flow direction).

  • sx ⁠Array func| object| bool | func| object⁠
    Default is - The system prop that allows defining system overrides as well as additional CSS styles.See the sx page for more details.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.


muiMaterial documentation built on Jan. 26, 2026, 5:07 p.m.