--- title: Steps description: Adding steps to your docs preview: steps --- ## Usage Put your steps into the `Steps` container. ```mdx import { Step, Steps } from 'fumadocs-ui/components/steps'; ### Hello World ### Hello World ``` > We recommend using Tailwind CSS utility classes directly on Tailwind CSS projects. ### Without imports You can use the Tailwind CSS utilities without importing it. ```mdx
``` It supports adding step styles to only headings with arbitrary variants. ```mdx
### Hello World
```
### Hello World You no longer need to use the step component anymore.