Installation
Usage
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
items | { image: string; text: string }[] | [] | Array of objects containing image URLs and accompanying text. |
bend | number | 3 | Controls the curvature of the gallery. Higher values bend more. |
textColor | string | "#ffffff" | Color of the text displayed below each image. |
borderRadius | number | 0.05 | Rounded corners for image cards (in UV space). |
font | string | "bold 30px DM Sans" | Font used for the text below each image. |
Credits
- Inspired by Infinite Circular Gallery from Codrops