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

Duplicate identifier 'options'. ``` options?: object; ``` Type 'typeof import("~/node_modules/vue/dist/vue")' is not a constructor function type. ``` declare class Slider extends Vue { ``` Workaround described in: [Issue #18](https://github.com/vueform/slider/issues/18)

How do we fit handle within the slider bound ? ![Screenshot 2024-03-11 at 3 54 58 PM](https://github.com/vueform/slider/assets/17392251/e3f67b83-c6bc-4e98-8e17-8d5b4c477026) No-ui slider has an exemple for this [here](https://refreshless.com/nouislider/examples/#section-styling) ![Screenshot 2024-03-11 at 3 55...

I used to have this working fine before we were using Vite Now I can't seem to integrate it without it causing errors ( I think this is down to...

![image](https://github.com/vueform/slider/assets/88754596/e10784d4-bdd9-47cf-8003-5a8ef04b9576) I want to change the color left side and right side of the slider. Can I ?🥲🥲🥲

Can we do steps like: 0,100,200,1000,5000 (so the value would be changing and we would have markings on the slider, so in this case there would be 3 markings on...

Doesnt render anything after including in the nuxt component is there a specific setup for this ? import Slider from '@vueform/slider'; then loading in components components: { Slider, },

To clarify it does work for multi-handle slider ``` // sliderClass: same as provided in README ``` ``` const value = ref([20, 60]) // Tooltip on drag works const value...

We’re using this slider for our project, and you guys did a really great job with it—it’s set up really nicely. Kudos! But, there’s one thing I’m missing: being able...

I need this event for updating value when dragging but it doesn't work.

In a Vue3 app I need to modify a value in an object based on slider change. I get the event, read the v-model and find the old value while...