Back to Registry
Stagger List
heroAnimated task list with staggered enter and exit transitions.
Colorblue-500
Width
Shadow
Live Preview
Design system tokens
Spring physics config
Accessibility audit
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/stagger-list.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motion lucide-reactThen copy the source code below into your project.
Usage
import { StaggerList } from '@/app/components/stagger-list';Source
'use client';
export function StaggerList() {
// copy from registry component source
}Dependencies
framer-motionlucide-react