Content Blocks
Neo-Brutalism
Bold neo-brutalist stats section with graphic design.
statsbrutalistboldgraphic
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | Hard Numbers | Section title text. |
stats | Array<{label: string, value: number, color?: string}> | [] | Array of stat items with label, value, and optional color. |
backgroundColor | string | #FDFD96 | Background color (hex, rgb, or hsl). |
titleColor | string | #000000 | Title text color. |
cardBgColor | string | #ffffff | Card background color. |
cardBorderColor | string | #000000 | Card border color. |
cardShadowColor | string | rgba(0,0,0,1) | Card shadow color. |
cardHoverShadowColor | string | rgba(0,0,0,1) | Card hover shadow color. |
iconBgColor | string | #FF6B6B | Icon background color. |
iconColor | string | #000000 | Icon color. |
valueColor | string | #000000 | Value text color. |
labelBgColor | string | #000000 | Label background color. |
labelTextColor | string | #ffffff | Label text color. |