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

svgMode #3

Closed shalamos closed 4 years ago

shalamos commented 4 years ago

Hey Soundar,

thanks for this useful Vue component.

Since vue-round-slider is a wrapper for RoundSlider, is it possible to integrate svgMode in vue-round-slider?

Amos

soundar24 commented 4 years ago

Hi @shalamos, by default vue-round-slider uses the svgMode only, so you don't need to enable manually.. You can just confirm that by inspect the elements..

however in roundSlider also, from the next major version onwards svgMode will the default mode... and the classic mode rendering will be deprecated...

I am just preparing more demos with code snippets.. here I have the editable demo, which might helps to quick start.. https://codesandbox.io/s/vue-round-slider-demo-oz8el

Thanks...

shalamos commented 4 years ago

Thanks, that is great!