Step

The <Steps> component organizes sequential content with automatic numbering and anchor links. Use steps for tutorials, walkthroughs, setup guides, or any content that needs to be followed in order.

Usage

1

Log in to your account and navigate to Settings.

2

Select Change password and enter a new password.

Markdown
1<Steps>
2 <Step>
3 Log in to your account and navigate to **Settings**.
4 </Step>
5 <Step>
6 Select **Change password** and enter a new password.
7 </Step>
8</Steps>

Properties

<Steps> properties

toc
boolean

Whether to include the steps in the table of contents. Defaults to false.

<Step> properties

title
string

Optional title for the step