vue-round-slider icon indicating copy to clipboard operation
vue-round-slider copied to clipboard

A round slider component for Vue JS, with range slider support. Also it can be any kind of arc slider such as pie shape, half / semi-circle, quarter circle shape sliders.

Results 10 vue-round-slider issues
Sort by recently updated
recently updated
newest added

It's will be great if a Vue 3 compatible version is provided. Tried the version 1.0.1 on Vue 3 and got ``` runtime-core.esm-bundler.js?5c40:218 Uncaught TypeError: Cannot read property '_c' of...

It would great if it is possible to drag the whole range in both directions to be able to change the min and max values without changing the "distance" between...

Hey, I'm trying to import this library in my Nuxt project. I simply create a plugin file with following content: ```js import Vue from 'vue' import RoundSlider from 'vue-round-slider' Vue.component('RoundSlider',...

Hello, it would be nice to have custom ranges like [1, 3, 9, 15 ...] instead of min & max and a fixed step.

Hello, It would be nice to display the labels/values around the cirlce, like in the image below. Or if you know how I can do it on my page by...

As i saw, tooltip can't be formatted with array values. I have an array like "arr[0, 24]" (v-model="arr") i need to format it like "0 am - 12 pm", couldn't...

In the 3rd screenshot under "difference appearances" (the green one) there is the value inside of the knob displayed. How could this be achived? Didn't found a solution for that...

HI, When i use " sliderValue: "0,3000", how to use starting point change to top? please help me , thank u