Bento Grid

Bento grid stats section with box layout and animations.

statsbentogridbox

Props

Customize the component with these props

PropertyTypeDefaultDescription
backgroundColor
string#171717Background color (hex, rgb, or hsl).
mainStat
{value: number, suffix?: string, label?: string, icon?: LucideIcon, iconColor?: string}{}Main stat item with value, optional suffix, label, icon, and iconColor.
secondaryStats
Array<{value: number, suffix?: string, label?: string, icon?: LucideIcon, iconColor?: string}>[]Array of secondary stat items.
mainCardBgColor
string#4f46e5Main card background color.
mainCardBlurColor
stringrgba(255,255,255,0.1)Main card blur effect color.
mainCardLabelColor
string#c7d2feMain card label text color.
mainCardValueColor
string#ffffffMain card value text color.
mainCardChartBgColor
stringrgba(0,0,0,0.2)Main card chart background color.
mainCardChartBarColor
stringrgba(255,255,255,0.5)Main card chart bar color.
secondaryCardBgColor
string#262626Secondary card background color.
secondaryCardBorderColor
stringrgba(255,255,255,0.05)Secondary card border color.
secondaryCardLabelColor
string#a3a3a3Secondary card label text color.
secondaryCardValueColor
string#ffffffSecondary card value text color.
secondaryCardIconBgColor
string#404040Secondary card icon background color.
secondaryCardIconColor
string#818cf8Secondary card icon color.
whiteCardBgColor
string#ffffffWhite card background color.
whiteCardTextColor
string#000000White card text color.
whiteCardSubtextColor
string#525252White card subtext color.
gradientCardBgColor
string#262626Gradient card background color.
gradientCardTextColor
string#ffffffGradient card text color.
gradientCardSubtextColor
string#a3a3a3Gradient card subtext color.
Bento Grid - Content Blocks Component | UILora