Introducing Nuvyx UI v1.0.0

Docs
Bento Grid

Bento Grid

A versatile container component inspired by bento box designs, perfect for creating modern, visually appealing grid layouts.

Growing
18,420
$12,450
Jan
$11,200
Feb
$14,800
Mar
$13,950
Apr
$16,300
May
$18,420
Jun
Last 6 months

Monthly Revenue

12% increasefrom previous month

Active Users
847 online now
Mobile
Desktop
Tablet
Mon
Tue
Wed
Thu
Fri
Sat
Sun
3,842Weekly active users
47.3%
User growth rate

User Engagement

Daily activity patterns across user segments

Production API
97%
Staging Server
82%
Development
45%
Last updated: 8:08:34 AM

Real-time Data

Live updates from connected devices

97%Uptime
Last 30 days
42msResponse
Global average

Performance Metrics

Server response times and key indicators

Installation

Usage

import { BentoGrid } from "@/components/ui/bento-grid";
<BentoGrid
  title="Featured Content"
  description="A collection of highlighted items in a modern grid layout."
  component={<YourContentHere />}
  dark={false}
/>

Props

Bento Grid

PropTypeDefaultDescription
darkbooleanfalseEnables dark mode styling for the component
classNamestring""Additional CSS classes to apply to the component
titleReact.ReactNode""Title content to be displayed in the component
descriptionReact.ReactNode""Description text to be displayed in the component
componentReact.ReactNodeundefinedThe main content to be rendered inside the bento grid container
fade("top" | "bottom")[][]Adds gradient fade effects to the specified edges of the component
heightstring"h-88"CSS height class for the component. Only applies when isFull is false
enableTitlebooleantrueWhether to display the title element
enableDescriptionbooleantrueWhether to display the description element
isFullbooleanfalseWhen true, the component takes up full height and displays title/description as an overlay at the bottom