1.0.2 • Published 4 years ago
progress-bar-react-ui v1.0.2
Progress-Bar-React-UI
A React Component that show processing of actions as progress bar.

Demo
How to install
npm install progress-bar-react-uiHow to import
import ProgressBar from "progress-bar-react-ui";How to use
<ProgressBar progress={progressValue} width={300} />Props
| property | type | default value | Description |
|---|---|---|---|
| width | Number | 300 | width of progress bar in pixcel. |
| progress | Number | 50 | progressValue that shows in how much action is processed |
| color | String | 'blue' | any valid color value of progress bar |
| backgroundColor | String | 'white' | any valid color value of progress bar background |
| style | Object | any style that you want to override of progress bar |