Components/ImageGallery
Universal Component

ImageGallery

Modal

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

ImageGallery

Modal

const items = [ { id: 'a', url: 'https://picsum.photos/seed/a/640/420', name: 'A' }, { id: 'b', url: 'https://picsum.photos/seed/b/640/420', name: 'B' }, { id: 'c', url: 'https://picsum.photos/seed/c/640/420', name: 'C' }, ]

Basic Usage

ImageGallery

Demo loads on client.
Was this helpful?