OnboardingChecklist
Interactive onboarding checklist with checkbox semantics, animated progress, completion callbacks, and responsive rows.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/onboarding-checklist.jsonInstall with the CLI
# adds OnboardingChecklist to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/onboarding-checklist.jsonOr install the package
// npm install @uigrids/react-ui
import { OnboardingChecklist } from '@uigrids/react-ui'
export default function App() {
return <OnboardingChecklist />
}