For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Staggered Bento Grid

Bento grid where cards cascade in with per-cell sequences.

Customize
3
1
8

Installation

$ pnpm dlx shadcn@latest add @framecn/staggered-bento-grid

Usage

import { StaggeredBentoGrid } from "@/components/framecn/staggered-bento-grid";
<StaggeredBentoGrid />

API Reference

StaggeredBentoGrid

PropTypeDefault
itemsBentoItem[]DEFAULT_ITEMS
staggerDelaynumber8
columnsnumber3
backgroundstring"#0a0a0a"
cardColorstring"#1a1a1a"
textColorstring"white"
speednumber1
fpsnumber30
durationInFramesnumber90
classNamestring-

Notes