Grids & Layouts
Pin & Reveal
Pin and reveal gallery with interactive pinning effects.
gallerypinrevealinteractive
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
cards | Array<{color: string, title: string, img: string}> | [{color: '#FF5733', title: 'Ignite', img: '...'}, ...] | Array of card objects with color (hex), title, and image URL. |
backgroundColor | string | #000000 | Background color (hex, rgb, or hsl). |
scrollHintText | string | Scroll Down | Scroll hint main text. |
scrollHintSubtext | string | ↓ | Scroll hint subtext/arrow. |