Grids & Layouts
Brutalist Grid
Brutalist masonry grid with stark contrasts and bold shapes.
masonrybrutalistboldcontrast
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
images | string[] | [...12 image URLs] | Array of image URLs. |
content | Array<{type: 'img'|'text', src?: string, title?: string, text?: string, span?: string}> | Array of content items (images or text cards). If not provided, default content is generated from images. | |
backgroundColor | string | #f5f5f5 | Background color (hex, rgb, or hsl). |
indexPrefix | string | Index | Prefix text for item index labels. |
hoverColor | string | #facc15 | Hover state color for text cards (hex, rgb, or hsl). |