Steps
The Steps component is a component that displays a list of steps.
Code
<Steps>
### Step 1
Contents for step 1.
### Step 2
Contents for step 2.
</Steps>
Any header type (h1, h2, h3, h4…) can be used as a step title. You do not need to follow the step number order.
As long as the headers are wrapped in a <Steps>
component, they will be displayed as the step headers.
Last updated on