Bento Grid

Bento grid is a layout used to showcase the features of a product in a simple and elegant way.

Installation

pnpm dlx shadcn@latest add @magicui/bento-grid

Examples

Usage

import { BentoCard, BentoGrid } from "@/components/ui/bento-grid"
<BentoGrid>
  <BentoCard />
</BentoGrid>