Slider
Change the values with very good UX.
Default
To implement a Slider we have the vs-slider
component.
Color
You can change the color of the slider with the property vs-color
, you can add the main colors like: primary
, success
,danger
, warning
,dark
.
Change Method
You can add a function that runs every time the value changes with @change="MyFunction"
55