OnboardingFlow
patternMulti-step form with Stepper progress indicator, form fields, and back/next navigation. Composes Stepper, Card, Stack, Row, Input, Select, Button, and Text for a production-ready onboarding wizard.
Onboarding wizard
Three-step form with Stepper, input fields, and navigation buttons.
Usage
Installation
API Reference
OnboardingFlow props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Stepper | component | — | Progress indicator showing current step. |
Card | component | — | Surface container for the form. |
Input | component | — | Text inputs for form fields. |
Select | component | — | Dropdown for selection fields. |
Button | component | — | Back and Next navigation buttons. |
Stack | component | — | Vertical layout for form content. |
Row | component | — | Horizontal layout for button row. |