Grids & Layouts
Parallax Slice
Parallax sliced feature grid with depth and movement.
featureparallaxslicedepth
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
columns | Array<Array<{image: string, alt: string, hoverText?: string}>> | [[{image: '...', alt: 'Architecture 1'}, ...], ...] | 2D array of column items, each containing image URL, alt text, and optional hover text. |
backgroundColor | string | #000000 | Background color (hex, rgb, or hsl). |
title | string | ARCHITECTURE | Title text displayed above columns. |
subtitle | string | Exploring spatial relationships | Subtitle text displayed above columns. |