An open API service indexing awesome lists of open source software.

https://github.com/timoanttila/svelte-slider

A simple example of lightbox effect and image slider.
https://github.com/timoanttila/svelte-slider

gallery gallery-images lightbox lightbox-gallery slider slider-component slider-plugin svelte svelte-component svelte-components sveltejs

Last synced: 3 months ago
JSON representation

A simple example of lightbox effect and image slider.

Awesome Lists containing this project

README

        

# Svelte Slider and Lightbox Effect

Lightbox effect and image slider should be easy to use and should not require you to download large JQuery file or other third party libraries.

Three examples; normal [image slider](https://github.com/timoanttila/Svelte-Slider/blob/main/slider.svelte), [lightbox + image slider](https://github.com/timoanttila/Svelte-Slider/blob/main/lightboxSlider.svelte) and [slider with any content](https://github.com/timoanttila/Svelte-Slider/blob/main/sliderWithAnyContent.svelte). Coder only need to provide an array of images and title from the page which uses these modules.

[Svelte Demo](https://svelte.dev/repl/c9933eba927f472ead6efd3219c63bfa)