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

PropTypeDefaultDescription
stepsChecklistStep[]Step definitions: id, title, optional description.
completed / defaultCompletedstring[]Controlled or uncontrolled set of completed step ids.
onCompletedChange(completed: string[]) => voidFires on every toggle with the new completed set.
onComplete() => voidFires once when the final step completes.