Core / Forms
Wizard
Breaks a long form into manageable steps.
Live example
Name your project and choose a plan.
Interactive preview using local sample data. Styling is intentionally left to the consuming project.
Usage
<Wizard steps={steps} />Adopt to your project
Keep this component semantically neutral. Use its documented props for behavior and className for project-specific spacing, width, typography, and visual treatment.
Accessibility
Communicate current step and preserve entered values when navigating.
API reference
| Public attribute |
|---|
steps |
activeStep |
onStepChange |
children |
The preview above uses a safe local fixture. Confirm exact TypeScript props when adapting it to your application.
Installation
Full library
pnpm install:project /absolute/path/to/your-project
Planned guided selection
Forms → Wizard