Grids & Layouts
Sliced Hover
Sliced hover gallery with split-screen effects.
galleryslicedhoversplit
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
items | Array<{title: string, img: string}> | [{title: 'NATURE', img: '...'}, ...] | Array of items with title and image URL. |
backgroundColor | string | #ffffff | Background color (hex, rgb, or hsl). |
descriptionTemplate | string | An immersive exploration into the depths of {title} aesthetics. | Description template (use {title} placeholder). |
buttonText | string | Explore Collection | Button text for expanded view. |