solid-slider
solid-slider copied to clipboard
A carousel/slider implementation for SolidJS.
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...

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":...