Back to Photoswipe

Image Gallery for Svelte

docs/svelte-image-gallery.md

5.4.4555 B
Original Source

Here's a basic example on how to create a simple image gallery with Svelte. (edit Stackblitz).

<iframe src="https://stackblitz.com/edit/vitejs-vite-3ib82v?embed=1&file=src/lib/SimpleGallery.svelte&hideNavigation=1"></iframe>

If you want to provide images data directly to PhotoSwipe, refer to Data sources page.

There is also an unofficial Svelte gallery component by @mvolfik that could be very useful.