svelte-carousel icon indicating copy to clipboard operation
svelte-carousel copied to clipboard

A super lightweight, super simple Carousel for Svelte 3

Results 23 svelte-carousel issues
Sort by recently updated
recently updated
newest added

Just wondering if there is a way to change the location of the dot component to be at the top of the Carousel instead of the bottom of the Carousel?

Good day, This is a question, not a bug. I try to use the carousel component inside anchor element. My goal is to achieve an image carousel like airbnb but...

Currently is not possible to add slides dynamically to the Carousel. eg: ``` {#each images as image} image {/each} ``` If you add more items to the array, you will...

It would be good to have an option that is somewhere between a perpage 3 and perpage 1 where a main image is flanked by two neighbours that are partially...

i try to disable with... `dots="false"` and `dots=false` but this not work for me.

I'm using the AOS library here: http://michalsnik.github.io/aos/ It's great and generally works well with Svelte. But mixing it with a carousel is giving me some issues, such as AOS's offset...

This fixes the second half of #45. I set it up as an action: ```svelte ... function resetInterval(node, condition) { function handleReset(event) { pause(); resume(); } if(condition) { node.addEventListener('click', handleReset);...

When navigating around my sapper app, I randomly get crashes with the Carousel unmounting. ``` index.mjs:192 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null at detach (index.mjs:192) at...

At the moment I can only give a console error: `TypeError: node.parentNode is null` when changing routes. The carousel works fine, it's just the routing that's an issue when using...

bug
help wanted