svelte-range-slider-pips
svelte-range-slider-pips copied to clipboard
Multi-Thumb, Accessible, Beautiful Range Slider with Pips
Is a numeric value instead of a one-element array. This is a bit of hack, admittedly. Addresses #12. Not sure how you wanted to update the docs for this.
Thanks for making this component! I'm implementing a design where the pips/labels are above instead of below the slider. Which is a bit unusual, but makes sense in the context....
**Describe the bug** The slider handles are not moving even tho the value is being read and the handler recognizes the value EDIT: It looks like this is, in general,...
**Describe the bug** First, thanks for the work! With the upgrade of our project to sveltekit v2, we now have a warning about this package. ``` [vite-plugin-svelte] WARNING: The following...
**Describe the bug** node_modules/svelte-range-slider-pips/src/RangeSlider.svelte:686:73 Expected a valid CSS identifier **To Reproduce** create new astro project, install svelte (Installs 5.0.0-next.1), try to use like: ```jsx ``` **Screenshots** 
fix: https://github.com/simeydotme/svelte-range-slider-pips/issues/125 This fix should eliminate the annoying warnings. ```shell 11:10:13 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected]...
**Describe the bug** There are some broken links on the docs site. Sidebar: - Pips link within Options does not navigate to the pips prop in the article. - Range...
**Describe the feature** No documentation on how to force handle to be focused **Explain it's value / reasoning** I think this would be useful. It's used in some of the...
**Describe the feature** A 'range gap' or similar property that maintains a gap between range slider handles that prevents the handles from resting on top of each other. **Explain it's...