Steps - Keep React
Table of Contents#
Default Steps#
The Default Steps configuration showcases the basic setup of the Steps Component within the UI.
Steps Number Point#
You can display numbers as step indicators by passing them as children to the <StepsPoint> component.
Steps With Icon#
To use icons as step indicators, pass the desired icon as children to the <StepsPoint> component.
Steps Point API Reference#
Below are the available props for the <StepsPoint> component:
| Property | Description | Type | Default |
|---|---|---|---|
| isComplete | Indicates if the step is completed. | boolean | false |
| className | The className of the step point. | string | None |
| rootClassName | The className of the step container. | string | None |
| lineClassName | The className of the step line. | string | None |