multi-range-slider-vue
Version:
A component create range slider that have two values minValue and maxValue that can be set in props and get on @input event in addition min, max, step, ... etc. see ReadMe
39 lines (38 loc) • 954 B
JSON
{
"name": "multi-range-slider-vue",
"version": "1.1.4",
"description": "A component create range slider that have two values minValue and maxValue that can be set in props and get on @input event in addition min, max, step, ... etc. see ReadMe",
"main": "MultiRangeSlider.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"multirangeslider",
"multi",
"range",
"slider",
"minvalue",
"maxvalue",
"vue",
"component",
"accept",
"two",
"values",
"min",
"max",
"time",
"step",
"rangeMargin"
],
"author": {
"name": "developergovindgupta",
"email": "govindprasadguptamca@gmail.com",
"url": "https://developergovindgupta.github.io/multi-range-slider-vue/"
},
"homepage": "https://developergovindgupta.github.io/multi-range-slider-vue",
"repository": {
"type": "git",
"url": "git+https://github.com/developergovindgupta/multi-range-slider-vue"
},
"license": "ISC"
}