1
3
Block

Bento Box

PreviousNext

Bento box is a layout used to showcase the charts or information of a product in a simple and elegant way.

import { BentoBox } from "@/components/ui/bento-box"

export function BentoDemo() {
  return (
    <div className="flex min-h-screen items-center justify-center p-8">
      <BentoBox />
    </div>
  )
}

Installation

pnpm dlx shadcn@latest add https://ebonui.com/r/bento-box.json