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.
- Host: GitHub
- URL: https://github.com/timoanttila/svelte-slider
- Owner: timoanttila
- License: gpl-3.0
- Created: 2021-04-15T18:33:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T13:09:43.000Z (about 4 years ago)
- Last Synced: 2025-01-20T09:47:05.951Z (5 months ago)
- Topics: gallery, gallery-images, lightbox, lightbox-gallery, slider, slider-component, slider-plugin, svelte, svelte-component, svelte-components, sveltejs
- Language: Svelte
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)