solid-slider icon indicating copy to clipboard operation
solid-slider copied to clipboard

A carousel/slider implementation for SolidJS.

Results 8 solid-slider issues
Sort by recently updated
recently updated
newest added

Idk if I'm doing this wrong but I'm getting a very vague error ## My code ```js Previous Next ``` ## My Error ``` web.template is not a function TypeError:...

This is nearly a moot issue, as it has not been possible for me to reproduce on StackBlitz . . however there may be cases when using SolidStart that slides...

![image](https://github.com/davedbase/solid-slider/assets/96555939/bd7d73f6-f7e6-4a65-b3dc-f90335e56cf4)

I noticed that the `details()`isn't updated on mount, nor does it react when details are changed. Repro: https://stackblitz.com/edit/solidjs-templates-tbsg3q?file=src/App.tsx

Hi, I Implemented this slider into my site with Astro, and now there is scroll hijacking when I scroll down the site. It jitters and kind of goes back up...

I just found a solution for a problem which I had with Solid Slider when using with Solid Start and SSR. On SSR, the downloaded HTML page already contains all...

I restarted vscode after importing too, not sure, is there separate `types` package maybe?

Related to issue #20 and #22, it appears that there is a missing `types` entry in the `package.json` for the `"."` case: ```json "types": "./dist/index/index.d.ts", "exports": { ".": { "solid":...