vue-custom-range-slider
This is a simple vue-range slider, that supports custom values, labels and more. The component is based on use with v-model, the value is always a string, for supporting custom values.
Installation
NPM
Yarn
Usage
Basic Usage
Import the vue-custom-rangeslider component, and start using it.
Properties:
v-model
- name of the slider input.min
- minimum value.max
- maximum value.values
- use a custom value object (overrides min/max).raising
- set if you want the slider shape to be "raising" (like: ◁).
Overwrite styling variables
You can easily modify the look of the slider, by overriding the variables in the scss file.