react-customizable-progressbar
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-customizable-progressbar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./dist/ReactCustomizableProgressbar.js", | ||
@@ -49,3 +49,3 @@ "files": [ | ||
"moment": "^2.22.2", | ||
"node-sass": "^4.9.3", | ||
"node-sass": "^4.13.1", | ||
"postcss-loader": "^3.0.0", | ||
@@ -52,0 +52,0 @@ "postcss-scss": "^2.0.0", |
@@ -59,7 +59,7 @@ # react-customizable-progressbar | ||
| `initialAnimation` | `bool` | `false` | Initial animation | | ||
| `initialAnimationDelay` | `number` | `500` | Initial animation delay | | ||
| `initialAnimationDelay` | `number` | `0` | Initial animation delay | | ||
| `inverse` | `bool` | `false` | Inverse | | ||
| `counterClockwise` | `bool` | `false` | Counter-clockwise | | ||
| `children` | `node` | `null` | Children - pass anything to show inside progress bar | | ||
| `className` | `string` | `''` | Progress bar class name | | ||
| `className` | `string` | `null` | Progress bar class name | | ||
@@ -76,13 +76,15 @@ | ||
You can use these default indicator styles to center it both horizontally and vertically | ||
You can use these default indicator styles to center it both horizontally and vertically: | ||
```css | ||
display: flex; | ||
justify-content: center; | ||
text-align: center; | ||
position: absolute; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
margin: 0 auto; | ||
user-select: none; | ||
.your-indicator { | ||
display: flex; | ||
justify-content: center; | ||
text-align: center; | ||
position: absolute; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
margin: 0 auto; | ||
user-select: none; | ||
} | ||
``` | ||
@@ -89,0 +91,0 @@ |
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
19692
96