Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | Array of objects | — | Array of image objects with src and alt text |
initialIndex | number | 0 | Index of the initially selected image |
isOpen | boolean | false | Controls the visibility of the preview modal |
onClose | () => void | — | Callback function when modal is closed |
Basic Usage





Last updated on