audiolux-multi-range-slider
Version:
Simple component to select range values from slider. React component that return two value minValue and maxValue by event onInput/onChange. A custom fork of multi-range-slider-react
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "audiolux-multi-range-slider",
"version": "1.1.2",
"description": "Simple component to select range values from slider. React component that return two value minValue and maxValue by event onInput/onChange. A custom fork of multi-range-slider-react",
"main": "lib/multirangeslider.js",
"types": "lib/multirangeslider.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craetona/audiolux-multi-range-slider.git"
},
"keywords": [
"audiolux",
"react",
"multi",
"range",
"slider",
"min",
"max",
"minValue",
"maxValue",
"scroll",
"multirange",
"multirangeslider",
"rangeslider",
"component",
"select",
"two",
"values"
],
"author": "Andrew Craeton <craetona@oregonstate.edu>",
"contributors": [
{
"name": "Govind Prasad Gupta",
"email": "govindprasadguptamca@gmail.com",
"url": "https://github.com/developergovindgupta"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/craetona/audiolux-multi-range-slider/issues"
},
"homepage": "https://github.com/craetona/audiolux-multi-range-slider/",
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
},
"directories": {
"lib": "lib"
}
}