Loading...
Loading...
Loading...
Interactive checklist with animated check icons and completion state.
Install
npx bouncekit@latest add setupchecklistImport
import { SetupChecklist } from "@/components/onboarding/setup-checklist"Create your account
Set up your profile
Connect a payment method
Invite your team
API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | — | Card heading. Default: "Setup checklist". |
description | string | — | Supporting text. |
items | ChecklistItem[] | yes | Checklist items with completed state. |
ctaLabel | string | — | Primary CTA label. |
onCta | () => void | — | CTA click handler. |
Source
src/components/onboarding/setup-checklist.tsx