Compositions
Core Primitives
Transitions
Typography
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
| Prop | Type | Default |
|---|---|---|
items | BentoItem[] | DEFAULT_ITEMS |
staggerDelay | number | 8 |
columns | number | 3 |
background | string | "#0a0a0a" |
cardColor | string | "#1a1a1a" |
textColor | string | "white" |
speed | number | 1 |
fps | number | 30 |
durationInFrames | number | 90 |
className | string | - |
Notes
Per-cell cascade animation
Cards cascade in with staggered timing. Each cell has its own animation sequence for a dynamic entrance effect.