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 36 slider issues
Sort by recently updated
recently updated
newest added

We are using a single Slider in Vue 3 with the lazy option set to `false`. If we drag the slider to 0 (our minimum value) and keep moving the...

Hi guys! Hope you are doing well ! I'm using Vue.js 3 with VueRouter, my probleme is that when I install the VueSlider i have this warning in my compiler...

When I add the `@vueform/slider/tailwind` plugin to `tailwind.config.js`, the `disabled` modifier stops working. **Reproduction link:** https://play.tailwindcss.com/alH2aZmsx5

is there a way to have a threshold? where by given min and max (1-100) and a threshold of 75 (where threshold is dynamic). It will basically prevent slider to...

please add example lazy false

When using the `Slider` together with `vite` and the `@vue/compat` package, the binding of the value model will always throw an error. We created an [example on stackblitz](https://stackblitz.com/edit/vitejs-vite-9sgeyb) where the...

Hello, How can I make the slider move in decimal points but specific decimal points like, for example, move 0.50 at a time?

Error message ``` The `slider-txt-rtl` class does not exist. If `slider-txt-rtl` is a custom class, make sure it is defined within a `@layer` directive. ``` Dependencies: ``` "@vueform/slider": "^2.0.9", "vue":...

Trying to build a project on NUXT 2, but got an error. I've tried importing both CSS and SCSS to my main SCSS file and to the nuxt config. Nothing...