Step

Step defines an individual step within a Stepper component. It provides the step header (label, description, icon) and the content shown when the step is active.

Behaviors

This component supports the following behaviors:

BehaviorProperties
Animationanimation, animationOptions
Bookmarkbookmark, bookmarkLevel, bookmarkTitle, bookmarkOmitFromToc
Tooltiptooltip, tooltipMarkdown, tooltipOptions
Styling Variantvariant

Properties

description

Optional secondary text shown under the step label.

icon

Optional icon name to display in the step indicator instead of the step number.

label

This property sets the label of the component. If not set, the component will not display a label.

Events

activated

Fires whenever this step becomes the active step.

Signature: activated(): void

Exposed Methods

This component does not expose any methods.

Styling

Theme Variables

VariableDefault Value (Light)Default Value (Dark)
backgroundColor-icon-Steppernonenone
backgroundColor-icon-Stepper--activenonenone
backgroundColor-icon-Stepper--completednonenone
backgroundColor-icon-Stepper--errornonenone
backgroundColor-Steppernonenone
borderColor-connector-Steppernonenone
borderColor-connector-Stepper--completednonenone
borderStyle-connector-Steppernonenone
borderWidth-connector-Steppernonenone
fontSize-description-Steppernonenone
fontSize-icon-Steppernonenone
fontSize-label-Steppernonenone
fontWeight-icon-Steppernonenone
fontWeight-label-Steppernonenone
gap-Steppernonenone
padding-content-Steppernonenone
padding-Steppernonenone
size-icon-Steppernonenone
textColor-description-Steppernonenone
textColor-icon-Steppernonenone
textColor-icon-Stepper--activenonenone
textColor-icon-Stepper--completednonenone
textColor-icon-Stepper--errornonenone
textColor-label-Steppernonenone
textColor-label-Stepper--activenonenone
textColor-label-Stepper--completednonenone
textColor-label-Stepper--errornonenone