Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
221

Bento Grid

PreviousNext

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/magicui/bento-grid";
<BentoGrid>
  <BentoCard />
</BentoGrid>