vue-slider-component
vue-slider-component copied to clipboard
🌡 A highly customized slider component
#### The Problem With Node 16, the new Node LTS, I get a warning everytime I start my server. ``` : Using / for division outside of calc() is deprecated...
#### Describe the bug Hi, I'm using `vue-slider-component` with `vite@3`, `[email protected]` and this import: `import VueSlider from 'vue-slider-component'` * Running `npm run build` and loading the generated bundle in the...
#### Describe the bug When updating the data and the value props sequentially, the slider breaks inverting the second and the third dot. Repro: https://jsfiddle.net/thetoninho/f2cq67rg/16/ Steps: 1. Open the repro...
**Without maxRange setted** When both dots are at max, and I pull the overlapping dots to the left, only the lower dot gets dragged to the left, while the upper...
My otherwise working sliders are now broken after updating from v2 to v3: > [VueSlider error]: The prop "interval" is invalid, "(max - min)" cannot be divisible by "interval" Without...
Hello Im trying to use range slider, however when clicking behind the disabled dot nothing hapens. Using vue2 and [email protected] this works perfekt [jsfiddle](https://jsfiddle.net/mrkazu/zj4us6oc/5/) Using vue3 and vue-slider-component@next it wont...
Hi, is it SSR compatible? Because I got some errors like "document is not defined" when using rendering in Node environment (no NUXT).
#### Describe the feature I would like a way to apply styles through the TailwindsCSS utility classes #### Describe the solution you'd like for example
Hi, in order to define a date-range slider, I wrapped a vue-slider as shown in this simple fiddle : https://jsfiddle.net/9t2u0sja/ But, when I try to change min/max and value, it...