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

I just try in REPL [here](https://svelte.dev/repl/f0d61518fc67487db5ef073fe2e238b8?version=3.47.0) and in the [demo](https://svelte.dev/repl/3953567d530b41d087ab7eaa8e7e632a?version=3.22.3) itself, it shows `Siema is not a constructor`

I receive this error when running `pnpm build` in a SvelteKit project: ![Screenshot from 2022-04-02 17-10-09](https://user-images.githubusercontent.com/16797721/161389540-83a7c249-7d49-43c6-b119-9bcf5d812bc4.png) Version used is 2.8.0 but it also happens with the latest version. Completely blocks...

Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 1.0.1 to 1.0.2. Release notes Sourced from rollup-plugin-serve's releases. v1.0.2 Fixed path traversal issue Changelog Sourced from rollup-plugin-serve's changelog. [1.0.2] - 2020-07-17 Fixed Fix path traversal issue...

dependencies

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.0. Release notes Sourced from color-string's releases. 1.9.0 Minor Release 1.9.0 Add parsing of exponential alpha values for HWB and HSL (#66) Thanks to @​babycannotsay...

dependencies

Hi, I am having a production error in the bundle. browser console says: ``` Uncaught (in promise) TypeError: Xu is not a constructor at vendor-ee02d4c9.js:15:24290 at Ze (vendor-ee02d4c9.js:1:845) at Array.map...

Currently each item in the Carousel span `30%` width and is floated to left. I'm trying to figure out a way via which I can make the carousel items span...

The [Carousel example](https://svelte.dev/repl/3953567d530b41d087ab7eaa8e7e632a) on svelte.dev has four items but only two dots. Is that an issue with the Carousel or svelte.dev?

Hey, I have a slider made of `a` link. When I grab the slider to move it, it click on my slide when I release. It shouldn't

When selecting to switch to the left the elements are loaded in the correct order, but when I reverse the selection to switch the elements to the right some data...

I was really happy to find this, but the joy turned to sadness when I noticed this only works for `npm run dev:ssr` and not `npm run dev`. Do I...