Variable: Stepper
constStepper: (__namedParameters) =>Element&object
Type Declaration
Description()
Description: (
__namedParameters) =>Element=StepperDescription
Renders supporting copy below the step title.
Parameters
__namedParameters
StepperDescriptionProps
Returns
Element
Example
Indicator()
Indicator: (
__namedParameters) =>Element=StepperIndicator
Renders the numeric or status indicator for the current step.
Parameters
__namedParameters
StepperIndicatorProps
Returns
Element
Example
Item()
Item: (
props) =>Element=StepperItem
Renders an individual step button with state, keyboard support, and shared styling.
Parameters
props
StepperItemProps
Returns
Element
Example
List()
List: (
__namedParameters) =>Element=StepperList
Renders the ordered list that coordinates item order and roving focus behavior.
Parameters
__namedParameters
StepperListProps
Returns
Element
Example
Root()
Root: (
__namedParameters) =>Element=StepperRoot
Provides shared stepper state, layout options, and accessibility semantics.
Parameters
__namedParameters
StepperRootProps
Returns
Element
Example
Separator()
Separator: (
__namedParameters) =>Element=StepperSeparator
Renders the connector line from the current step to the next one.
Parameters
__namedParameters
StepperSeparatorProps
Returns
Element
Example
Title()
Title: (
__namedParameters) =>Element=StepperTitle
Renders the primary label for a step item.
Parameters
__namedParameters
StepperTitleProps
Returns
Element