The stepper component is used to display a sequence of steps.
Prop | Type | Description |
---|---|---|
classname | string | Additional CSS classes. |
data | Array | Defines the stepper content. |
This is the first step description.
Prop | Type | Description |
---|---|---|
title | string | Title displayed in the step. |
children | ReactNode | Step content. |