svelte-range-slider-pips
svelte-range-slider-pips copied to clipboard
Multi-Thumb, Accessible, Beautiful Range Slider with Pips
**Describe the feature** Change SHIFT+L/R to go up by 1% instead of by `10` value **Explain it's value / reasoning** When using keyboard to navigate on sliders with thousands of...
**Describe the bug** When the value of `max` is over 100, and `step` is less than 1 (like 0.1), then the number of pips (pipstep) is multiplied instead of divided,...
**Describe the feature** I'd like to be able to set the 2nd param of `springPositions.set()`, so I can adjust animations on the fly. **Explain it's value / reasoning** I'd like...
**Describe the feature** The [docs page](https://simeydotme.github.io/svelte-range-slider-pips/) is wonderful! But the [slider events](https://github.com/simeydotme/svelte-range-slider-pips#slider-events-dispatched) seem to be missing. **Explain it's value / reasoning** The events are a fundamental feature for a library...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
Add an optional css class prefix for compatibility with other libraries
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
**Describe the bug** When slider is housed inside an iframe that is offset from the window (0,0) position, it is impossible to correctly use it. Starting to drag the slider...
The pips input is useful for turning pips on and off and presenting uniform tick spacing ui, however, it would also be very useful for communicating valid values that are...
First of all great library, love it! ❤️ **Describe the feature** I'd like to be able to drag the border between the two handles (in my case a date range...