svelte-range-slider-pips icon indicating copy to clipboard operation
svelte-range-slider-pips copied to clipboard

Multi-Thumb, Accessible, Beautiful Range Slider with Pips

Results 37 svelte-range-slider-pips issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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

feature request
investigating

**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,...

bug
investigating

**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...

bug
investigating

**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** ![image](https://github.com/simeydotme/svelte-range-slider-pips/assets/25299243/679baade-877d-403e-bb45-7da583de5e41)

bug
investigating

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

bug
investigating

**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...

documentation
good first issue
investigating

**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...

feature request
under consideration