An animated folder with interactive open/close mechanics.
"use client"; import FolderInteraction from "@/components/ui/folder-interaction"; export default function Demo() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background p-8"> <FolderInteraction /> </div> ); }
Part of Layouts — browse the full library on 21st.dev.