Back to Registry
Morphing Dialog
heroShared-element transition from card preview to expanded modal.
Colorblue-500
Width
Shadow
Live Preview
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/morphing-dialog.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 { MorphingDialog } from '@/app/components/morphing-dialog';Source
'use client';
export function MorphingDialog() {
// copy from registry component source
}Dependencies
framer-motionlucide-react