An animated folder component that opens and fans out pages when clicked. Features a dark-themed folder with a tab notch, spring-physics page animations, and a tooltip bubble — built with Framer Motion.
// src/components/ui/demos/DemoOne.tsx import FolderInteraction from "@/components/ui/folder"; export default function DemoOne() { return <FolderInteraction />; }