1.0.2 • Published 2 years ago

progress-bar-react-ui v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Progress-Bar-React-UI

A React Component that show processing of actions as progress bar.

npm.io

Demo

codesandbox

ghpages-example

github-sourcecode

How to install

npm install progress-bar-react-ui

How to import

import ProgressBar from "progress-bar-react-ui";

How to use

<ProgressBar progress={progressValue} width={300} />

Props

propertytypedefault valueDescription
widthNumber300width of progress bar in pixcel.
progressNumber50progressValue that shows in how much action is processed
colorString'blue'any valid color value of progress bar
backgroundColorString'white'any valid color value of progress bar background
styleObjectany style that you want to override of progress bar

Demo

codesandbox

ghpages-example

github-sourcecode

License Free to use

Author

developergovindgupta (Govind Prasad Gupta)

Email : govindprasadguptamca@gmail.com