When the task is complicated or has a certain sequence in the series of subtasks, we can decompose it into several steps to make things easier.
This is the first step in a series
This is the second step in a series
This is the third step in a series
This is the first step in a series
This is the second step in a series
This is the third step in a series
errorThis is the first step in a series
This is the second step in a series
This is the third step in a series
selectablesmallsmallThis is the first step in a series
This is the second step in a series
This is the third step in a series
This is the first step in a series
This is the second step in a series
This is the third step in a series
smallThis is the first step in a series
This is the second step in a series
This is the third step in a series
default| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| children | Node | false | - | The content of the component; can be a Step. |
| small | Bool | false | - | A style prop used to render small Steps. |
| vertical | Bool | false | - | A style prop to position the Steps vertically. |
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| children | Node | false | - | The content of the component; can be StepTitle or StepDescription. |
| error | Bool | false | - | A style prop used to render the Step in an error state with red text and X icon. |
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| children | Node | false | - | The text content of the component. |
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| children | Node | false | - | The text content of the component. |