Folder
Interactive 3D Folder UI component with hover & click animations for modern sites.
ScrollX UI
Installation
npx shadcn@latest add https://scrollxui.dev/registry/folder.json Usage
import { Folder, FolderContent } from "@/components/ui/folder";<Folder>
<FolderContent>
<div className="text-center">
<h2 className="text-2xl font-bold">ScrollX UI</h2>
<p className="mt-2 text-gray-400 font-medium">
Cool components for modern UI
</p>
</div>
</FolderContent>
</Folder>API Reference
Folder
Interactive 3D Folder UI component with hover & click animations for modern sites.