Back to Registry

Stagger List

hero

Animated 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.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then 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