How It Works
Three-step process section with numbered steps, icons, and a code snippet preview.
Get started in minutes
Three steps from zero to a production-quality UI. No accounts, no lock-in, no magic.
1
Install via CLI
Add any component in seconds with a single command. No boilerplate, no configuration files.
npx particleui-cli add button2
Copy components
Your code, your rules. Every file lands directly in your project — fully editable, MIT licensed.
3
Ship
Production-ready from day one. Accessible, typed, and battle-tested across hundreds of projects.
Installation
1
Run the CLI
$npx particleui-cli add how-it-works
Usage
TSX
import { HowItWorks } from "@/components/blocks/how-it-works"
export default function Page() {
return <HowItWorks />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | "Get started in minutes" | no |
| description | string | "Three steps from zero to a production-quality UI. No accounts | no |
| steps | Step[] | defaultSteps | no |
Details
Source filecomponents/blocks/how-it-works.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencies@phosphor-icons/react
Registry deps
Claude skill—