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