Lucent UI
NotificationFeedOnboardingFlowDashboardHeader
✦ LLM-ready

OnboardingFlow

pattern

Multi-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.

"Build an OnboardingFlow pattern from lucent-ui with Stepper, Card, form fields (Input, Select), and back/next Button navigation."

Usage

React / JSX
import { Stepper, Card, Stack, Row, Input, Select, Button, Text } from 'lucent-ui'

<OnboardingFlow />

Installation

pnpm add lucent-ui

API Reference

OnboardingFlow props — * required

PropTypeDefaultDescription
SteppercomponentProgress indicator showing current step.
CardcomponentSurface container for the form.
InputcomponentText inputs for form fields.
SelectcomponentDropdown for selection fields.
ButtoncomponentBack and Next navigation buttons.
StackcomponentVertical layout for form content.
RowcomponentHorizontal layout for button row.