OnboardingWizard
AppMulti-step onboarding flow with dots/bar progress, optional skip, and page or modal presentation. Each step renders its own content slot.
1 / 3
Welcome
Let's set up your workspace quickly.
We have a few questions for a personalized experience. Three steps in total.
<OnboardingWizard
steps={steps}
indicator="dots"
allowSkip
onComplete={() => {}}
/>1 / 4
Workspace
Workspace name.
<OnboardingWizard
steps={steps}
indicator="bar"
allowSkip={false}
onComplete={() => {}}
/>