Step

Steps are a way to represent a process or workflow.

Components
07/31/2025
Preview
1

Step 1

This is the content for step 1.

Installation

npx shadcn@latest add https://docs-kit.pheralb.dev/r/step

Usage

React

import { Step } from "@/components/ui/step";

<Step step={1} title="Step 1">
  <p>This is the content for step 1.</p>
</Step>;

Props

PropTypeRequired
stepnumberYes
titlestringYes
classNamestringNo