Grids & Layouts
Brutalist Archive
Brutalist feature grid with bold typography and stark contrasts.
featurebrutalistboldtypography
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
features | Array<{title: string, desc: string, icon?: React.ReactNode, img?: string}> | [{title: 'Global Edge', desc: 'Latency is a choice. We chose zero.', img: '...'}, ...] | Array of feature items with title, description, optional icon, and optional image. |
backgroundColor | string | #EBEBEB | Background color (hex, rgb, or hsl). |
hoverColor | string | #FF3333 | Hover state color (hex, rgb, or hsl). |
borderColor | string | #000000 | Border color (hex, rgb, or hsl). |