Bento Documentation
The Bento module provides a bento-like grid for displaying related content. It provides a unique look not apparent in other forms of grid layouts.
Features
- 🎨 Pixel-perfect Grid Layouts: Crafted by design experts for flawless visual appeal.
- ✨ Styled with the Bento Design Style: Consistent and aesthetically pleasing.
- 🎛️ Customizable Styles: Easily modify with class names to suit your needs.
- 📱 Mobile Responsive: Adapts beautifully to any screen size.
What's Included
< BentoGrid />
The BentoGrid
is the main component of the Bento module. It renders a grid layout with a bento styling.
BentoGrid
Usage
BentoGrid
Props
Name | Type | Default | Description |
---|---|---|---|
gridCols* | number | undefined | A number specifying the number of columns the grid will have. |
items | Array<object> | [] | An array of objects specifying the items that will be rendered in the grid. See usage for details on its type. |