Skip to Content

Stepper

A representation of a user’s progress through a series of discrete steps.

Examples

Markers

Numbered

Custom Animation

Define custom animations for the stepper, using the animation, animationViewChange props:

Learn more about how to customize the animations in the Custom Animations section.

Blocks

This component is used in the following Blocks:

Theme

This component uses the following default theme:

  • root{}(2 keys)
      Show all

Learn more about how to customize in the Theme documentation.

API

Stepper

NameTypeDefault
classNamestring

CSS Classname to applied to the Stepper

activeStepnumber

Currently active step

0
themeStepperTheme

Theme for the Stepper.

variant"default" | "numbered"

Style of the stepper. Default is dots but it can be numbered too.

'default'
continuousboolean

Display link after last step

animatedboolean

Deprecated: Use animation configuration instead. Animate items appearance

animationMotionNodeAnimationOptions

Animation configuration for the Stepper.

Step

NameTypeDefault
labelstring

Optional Text of the marker

classNamestring

CSS Classname to applied to the Step

Last updated on