A macOS-inspired folder that springs open on click, fanning out photo cards with realistic Framer Motion physics and drag-to-close interactions.
import { InteractiveFolderGallery } from "@/components/ui/interactive-folder-gallery"; export default function Demo() { return ( <div className="w-full min-h-[800px] bg-[#0a0a0a] flex items-center justify-center overflow-hidden"> <InteractiveFolderGallery /> </div> ); }