Steps

Adding steps to your docs

Buy Coffee

Some text here

Go to Office Some text here

Some text here

Have a meeting Some text here

Some text here

Usage

Put your steps into the Steps container.

import { Step, Steps } from 'fumadocs-ui/components/steps';

<Steps>
<Step>

### Hello World

</Step>

<Step>

### Hello World

</Step>
</Steps>

Without imports

You can directly use the CSS classes without importing it.

<div className="steps">
  <div className="step" />
</div>

Last updated on