Grids & Layouts
Sketch Grid
Hand-drawn sketch masonry grid with rough aesthetics.
masonrysketchhand-drawnrough
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
images | string[] | [...9 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 | #f0f0f0 | Background color (hex, rgb, or hsl). |
gridColor | string | #ccc | Grid pattern color (hex, rgb, or hsl). |