Bento Grid
CardsBento box style grid layout
bentogridlayout
Installation
$
Usage
tsx
import { BentoGrid } from "@/components/nonaxial/bento-grid"
export default function Example() {
return (
<BentoGrid>{/* Your content here */}</BentoGrid>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |