
Tokyo

Berlin

Pris
Folder Name
3 Documents
Click to explore

Tokyo

Berlin

Pris
3 Documents
pnpm dlx shadcn@latest add @gammaui/animated-folder
import { AnimatedFolder } from "@/components/gammaui/animated-folder"
const projects = [
{
id: "1",
title: "Landing Page",
image: "/images/project-1.jpg",
},
{
id: "2",
title: "Dashboard UI",
image: "/images/project-2.jpg",
},
{
id: "3",
title: "Mobile App",
image: "/images/project-3.jpg",
},
]
export default function Page() {
return <AnimatedFolder title="My Projects" projects={projects} />
}<AnimatedFolder title="Projects" projects={projects} /><AnimatedFolder title="Design Work" projects={projects} className="max-w-sm" />AnimatedFolder| Prop | Type | Required | Description |
|---|---|---|---|
title | string | ✅ | Folder title |
projects | Project[] | ✅ | List of projects |
className | string | ❌ | Optional wrapper classes |
Project| Prop | Type | Description |
|---|---|---|
id | string | Unique project ID |
title | string | Project title |
image | string | Image URL |
← → Esc)Esc or click outside to close