rn-range-slider
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "rn-range-slider", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Tigran Sahakyan <mail.of.tigran@gmail.com>", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/githuboftigran/rn-range-slider", |
@@ -63,4 +63,4 @@ # RangeSlider | ||
| labelTextColor | Color label's text | String<br/>(**#RRGGBB** or **#AARRGGBB**) | **#ffffff** | | ||
| minValue | Minimum value of slider | Number (integer) | **0** | | ||
| maxValue | Maximum value of slider | Number (integer) | **100** | | ||
| min | Minimum value of slider | Number (integer) | **0** | | ||
| max | Maximum value of slider | Number (integer) | **100** | | ||
| step | Step of slider | Number (integer) | **1** | | ||
@@ -67,0 +67,0 @@ | lowValue | Current value of lower thumb | Number (integer) | **0** | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
969934
24