Morphing Dialog

Shared-element transition from card preview to expanded modal.

Install

pnpm add framer-motion lucide-react

Usage

import { MorphingDialog } from '@/app/components/morphing-dialog';
'use client';

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