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

Hi, thanks for plugin. I am using composition api with setup. ``` import Slider from "@vueform/slider"; import { onMounted, ref } from "vue"; const emits = defineEmits(["emit_change"]); const props =...

I am trying to drag the slider in order to update the date in the VueDatePicker calendar while dragging. I am using "@vuepic/vue-datepicker": "^5.2.0" and "@vueform/slider": "^2.1.7", If I use...

noUiSlider introduced disable/enable methods in version 15.7.0: https://github.com/leongersen/noUiSlider/commit/bccf966c9eaa9e14577d1f8f3aed3e1c13ee8a4e Are you planning to update version of noUiSlider in your package?

Not able to import the import Slider from '@vueform/slider'; i vue3/Nuxr3 It always shows `121:8 error No default export found in imported module "@vueform/slider" import/default` I looked this issue was...

Hi, Is there any way to prevent tooltips extend out of parent element of the slider? This looks to be cut on narrow screens (mobile mostly) where the slider is...

Hi. Applying all the same optimizations as here https://github.com/vueform/multiselect/pull/411. In this world, a little optimization never hurt anyone 😅 In addition to the previous PR, the watchers are grouped here...

As the documentation of noUISlider: https://refreshless.com/nouislider/slider-options/#section-handle-attributes ```js noUiSlider.create(slider, { start: [10, 120], handleAttributes: [ { 'aria-label': 'lower' }, { 'aria-label': 'upper' }, ], range: { 'min': 0, 'max': 100 }...