Components
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.
npx shadcn@latest add https://21st.dev/r/anish-1144/folderLoading preview...
// src/components/ui/demos/DemoOne.tsx
import FolderInteraction from "@/components/ui/folder";
export default function DemoOne() {
return <FolderInteraction />;
}