An interactive folder animation that responds to hover, making file browsing visually engaging. Perfect for dashboards, file managers, and modern UI systems.
import Card from "@/components/ui/folder"; export default function DemoOne() { return <Card />; }