Sections
Bento Grid
Modern, masonry-style grid layout.
The BentoGrid provides a trendy, asymmetric layout inspired by bento boxes. It is perfect for showcasing features, portfolio items, or services in a visually engaging way.
Usage
import { Globe, Cpu } from 'lucide-react';
{/* BentoGrid demo (component not bundled) */}
Example
Props
BentoGrid
| Prop | Type | Description |
|---|---|---|
title | string | The section heading. |
description | string | A short description text. |
BentoItem
| Prop | Type | Default | Description |
|---|---|---|---|
class | string | undefined | styled-class for grid positioning (e.g. col-span-2, row-span-2). |