build69
build69  /  Components  /  Auth  /  Onboarding

Onboarding

v1.0.13Updated 27 Aug 2026

First-run onboarding page — multi-step wizard, checklist and split-welcome flows. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 16 stories
WizardOpen ↗
Why this is recommendedonboardingwizardgetting-startedsetup+1

Onboarding — wizard.

Recommended for+14
  • Post-signup onboarding
  • Getting-started flows
Tags+6
onboardingwizardgetting-startedsetuppage
Features+4
  • Wizard, checklist and split-welcome layouts
  • Stepper + progress + task list
  • Self-contained — no required props
Not recommended for−2
  • Inline tours (use a tooltip walkthrough)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Onboarding" })

Usage

import { OnboardingWizard } from '@/components/pages/onboarding';

<OnboardingWizard />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related