Stepper

The stepper component is used to display a sequence of steps.

# Usage based on structured data


This is the first step description.

Stepper Component

PropTypeDescription
classnamestringAdditional CSS classes.
dataArrayDefines the stepper content.

# Usage based on nested items


Title 1

This is the first step description.

StepperItem Component

PropTypeDescription
titlestringTitle displayed in the step.
childrenReactNodeStep content.