Socket
Socket
Sign inDemoInstall

multi-range-slider-vue

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

MultiRangeSliderBarOnly.png

6

package.json
{
"name": "multi-range-slider-vue",
"version": "1.1.2",
"version": "1.1.3",
"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",

@@ -23,3 +23,5 @@ "main": "MultiRangeSlider.vue",

"max",
"time"
"time",
"step",
"rangeMargin"
],

@@ -26,0 +28,0 @@ "author": {

@@ -17,4 +17,7 @@ # MultiRangeSlider.vue

![](./MultiRangeSliderTime.png)
<br/>
![](./MultiRangeSliderBarOnly.png)
<hr/>

@@ -39,2 +42,3 @@ ## View Demo

| step | Number | 5 | Slider change value that will change when bar clicked or keyboard arrow key pressed |
| rangeMargin | Number | step | Slider minValue and maxValue minimum difference. user cannot select less than rangeMargin value. If not specified then step value is min range. Can not less than step and should be multiple of step. |
| preventWheel | Boolean | false | true then it not accept mouse wheel to change its value. false then (shift + wheel) change minValue (ctrl+wheel) change maxValue, (ctrl+shift+wheel) change both values |

@@ -41,0 +45,0 @@ | ruler | Boolean | true | is ruler visible or not. sub-ruler is display when labels are set and step not equal to 1.|

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc