Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-customizable-progressbar

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-customizable-progressbar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc