Components
Steps
Numbered walkthroughs for procedures and setup guides.
Use Steps and Step for ordered how-tos. Step numbers are assigned
automatically in document order.
Basic usage#
1
Install dependencies
Run your package manager install command.
2
Configure docs
Set navigation in
docs.json.3
Start the app
Run the local development server.
Properties#
Steps#
| Name | Type | Description |
|---|---|---|
| children | ReactNode | One or more |
Step#
| Name | Type | Description |
|---|---|---|
| title | ReactNode | Step heading. Falls back to |
| children | ReactNode | Step body content. |
Last updated on