Releases: ktsn/vue-range-slider
Releases · ktsn/vue-range-slider
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.4
v0.2.3
.scss
file of the slider is now exposed, so you can easily customize the slider style by setting sass variables. (See example)
// customize slider style by changing built-in sass variables
$slider-height: 50px;
$slider-width: 200px;
$rail-height: 5px;
$rail-color: #e2fae2;
// import built-in sass file
@import '~vue-range-slider/dist/vue-range-slider.scss';
All available variables are defined in the component file.