slider icon indicating copy to clipboard operation
slider copied to clipboard

Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).

Results 40 slider issues
Sort by recently updated
recently updated
newest added

Allow create slider without v-model for custom handler change `` Now without v-model got error

I have 2 sliders linked by certain calculations. The 2nd slider's v-model `downpayment.value` is being updated whenever the 1st slider is dragged `selectPrice()`. This triggers the update for method `selectDownpayment()`,...

hello 1) how i can calculate label beetween marks value ? ![image](https://user-images.githubusercontent.com/61819835/161761914-a891eb3e-2231-4327-8b93-e5cdc16f2d10.png) 2) How i can use range color only beetween marks ? ![image](https://user-images.githubusercontent.com/61819835/161762480-044e9ba8-7bd1-4b85-b6ff-f8067300e054.png) or if 3 marks or more...

Hi, it would be great, if support for the `start` and `end` event of the noUISlider could be added. It would solve an issue I have. The slider is automatically...

Really straightforward null-check for onblur handler. I described how I was able to reproduce #34 and this should solve the problem, so people like me will stop seeing it in...

Do you have something like this - label "Min gård" ? ![image](https://user-images.githubusercontent.com/631501/160130651-e2fcef60-106b-49b6-87b2-a1dd79ff6990.png)

enhancement

could you add such "step labels"? ![nLw1pbrPEd](https://user-images.githubusercontent.com/38103916/150670136-9e8708b3-6fbe-4699-b5c0-330adfeb3b52.png) ![FPVWYcWPiq](https://user-images.githubusercontent.com/38103916/150670150-5fd0838d-7aab-4a21-8d89-b77aafda4a27.png)

Hey! Hi, I'm trying to use this beautiful slider but I'm no able to aply styling. I used the posted demo so I could see my styles working but nothing...

Adds a default export to resolve import issue in Nuxt. Closes #41

WARN @vueform/slider doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for...