react-range-progress
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "react-range-progress", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Component for react to ease styling of range inputs.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ react-range-progress | ||
ReactDOM.render(<FilesDemo />, document.getElementById('container')) | ||
ReactDOM.render(<RangeDemo />, document.getElementById('container')) | ||
``` | ||
@@ -97,3 +97,3 @@ | ||
> `fillColor` - number | ||
> `fillColor` - color shape | ||
@@ -104,3 +104,3 @@ Fills the track part on the left of the thumb. Defaults to white. | ||
> `trackColor` - number | ||
> `trackColor` - color shape | ||
@@ -111,3 +111,3 @@ Color of the 'empty' part of the track. Defaults to white with 50% opacity. | ||
> `thumbColor` - number | ||
> `thumbColor` - color shape | ||
@@ -125,2 +125,2 @@ Thumb color. Defaults to white. | ||
MIT. Copyright (c) 2016 Jared Reich. | ||
MIT. Copyright (c) 2016 Vincent Grafé. |
@@ -117,4 +117,4 @@ import React, { PropTypes } from 'react' | ||
}` | ||
}}> | ||
</style> | ||
}}> | ||
</style> | ||
<div | ||
@@ -121,0 +121,0 @@ style={{ |
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
18527