KB-108 · LAUNCH/CHECKLIST
Launch Checklist
Onboarding checklist where ticks draw themselves, finished steps strike through and settle to the bottom, and completing the set lands a CALIBRATED stamp.
KB-108 · LAUNCH/CHECKLIST
Set up your workspace
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/launch-checklist
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| steps | ChecklistStep[] | — | Step definitions: id, title, optional description. |
| completed / defaultCompleted | string[] | — | Controlled or uncontrolled set of completed step ids. |
| onCompletedChange | (completed: string[]) => void | — | Fires on every toggle with the new completed set. |
| onComplete | () => void | — | Fires once when the final step completes. |