Components
Loading preview...
A macOS-inspired folder that springs open on click, fanning out photo cards with realistic Framer Motion physics and drag-to-close interactions.
@uithefactory
npx shadcn@latest add https://21st.dev/r/alexperezcedeno/interactive-folder-galleryimport { 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>
);
}