vue-round-slider
vue-round-slider copied to clipboard
[Feature] Add support for custom ranges
Hello,
it would be nice to have custom ranges like [1, 3, 9, 15 ...] instead of min & max and a fixed step.
@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
Hey, u are right, I just thought it would be nice if this feature would be supported natively :)