Grids & Layouts
Abstract Sliced
Abstract sliced masonry grid with split-screen effects.
masonryslicedabstractsplit
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 | #171717 | Background color (hex, rgb, or hsl). |
overlayColor | string | #dc2626 | Overlay color for hover effects (hex, rgb, or hsl). |