Preview
1
Step 1
This is the content for step 1.
Installation
npx shadcn@latest add https://docs-kit.pheralb.dev/r/stepUsage
React
import { Step } from "@/components/ui/step";
<Step step={1} title="Step 1">
<p>This is the content for step 1.</p>
</Step>;Props
| Prop | Type | Required |
|---|---|---|
| step | number | Yes |
| title | string | Yes |
| className | string | No |