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#

NameTypeDescription
childrenReactNode

One or more Step children. Empty groups render nothing.

Step#

NameTypeDescription
titleReactNode

Step heading. Falls back to Step 1, Step 2, and so on.

childrenReactNode

Step body content.

Last updated on