Route
Open this wizard example at /app/wizard-examples/checkout.
/wizard-examples/checkoutSource files
The catalog entry is defined in lib/wizard-example-catalog.ts.
The route is app/app/wizard-examples/[slug]/page.tsx.
The renderer is components/wizard-example-showcase.tsx.
Review checklist
Check wizard flows after form or layout changes.
- Step indicators are readable.
- Current step and completed step states are clear.
- Form controls match the global focus and validation system.
- Mobile layout keeps actions reachable.