Checklist Cell
Animated checklist illustration with sliding tasks and progressive completion.
Loading...
Installation
npx shadcn@latest add @scrollxui/checklist-cell Usage
import { ChecklistCell } from '@/components/ui/checklist-cell';<ChecklistCell
className='w-full max-w-sm rounded-2xl border border-zinc-200 dark:border-zinc-800'
initialCompleted={3}
finalCompleted={6}
stepInterval={700}
tasks={[
'How it all started',
'Our values and approach',
'Working together',
'Union rules and integration',
'Team structure',
'Communication norms',
'Feedback culture',
'Onboarding wrap-up',
]}
/>API Reference
Checklist Cell
Animated checklist illustration with sliding tasks and progressive completion.