Back to Registry

Elastic Drawer

input

Spring-powered expandable drawer with staggered items.

Colorblue-500
Width
Shadow

Live Preview

Install via CLI
npx shadcn@latest add https://kinetik.dev/r/elastic-drawer.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 { ElasticDrawer } from '@/app/components/elastic-drawer';

Source

'use client';

export function ElasticDrawer() {
  // copy from registry component source
}

Dependencies

framer-motionlucide-react