Grids & Layouts
Shattered Mosaic
Abstract broken mosaic gallery with shattered tile effects.
galleryshatteredmosaicabstract
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
items | Array<{span: string, img: string}> | [{span: 'col-span-2 row-span-2', img: '...'}, ...] | Array of items with grid span classes and image URLs. |
backgroundColor | string | #0a0a0a | Background color (hex, rgb, or hsl). |
labelPrefix | string | Abstract | Prefix text for item labels. |