| progressDot | Steps with progress dot style, customize the progress dot by setting it to a function. labelPlacement will be `vertical` | Boolean or (iconDot, {index, status, title, description}) => ReactNode | false | |
| description | Description of the step, optional property | string\|ReactNode | - | |
| icon | Icon of the step, optional property | string\|ReactNode | - | |
| status | To specify the status. It will be automatically set by `current` of `Steps` if not configured. Optional values are: `wait``process``finish``error` | string | `wait` | |
| title | Title of the step | string\|ReactNode | - | |