soundar24 / vue-round-slider

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.
https://vue.roundsliderui.com/
MIT License
69 stars 14 forks source link

[Feature] Add support for custom ranges #6

Open BennyAlex opened 4 years ago

BennyAlex commented 4 years ago

Hello,

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

soundar24 commented 4 years ago

@BennyAlex based on your application requirement you can form your custom values as an array and use those values for the slider input.

Here I have updated the demo for the custom range, check this sample and update me your comments:

https://codesandbox.io/s/label-number-around-circle-forked-t3we6?file=/src/components/SliderDemo.vue

BennyAlex commented 4 years ago

Hey, u are right, I just thought it would be nice if this feature would be supported natively :)