Patterns
MultiStepForm
3-step wizard form with progress indicator and step validation.
Quick Preview
1
2
3
Personal Info
Tell us about yourself
Installation
npm install lucide-react
// Copy component fromsrc/components/patterns/MultiStepForm.tsx
Usage
import MultiStepForm from '@/components/patterns/MultiStepForm'// Self-contained 3-step wizard with validation<MultiStepFormonComplete={(data) => console.log(data)}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
onComplete | (data: object) => void | - | Called with form data on finish |
className | string | - | Additional CSS classes |