progress-bar-react-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Progress-Bar-React-UI

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

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

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

Demo

codesandbox

ghpages-example

github-sourcecode


License Free to use

Author

developergovindgupta (Govind Prasad Gupta)

Email : govindprasadguptamca@gmail.com

Package Sidebar

Install

npm i progress-bar-react-ui

Weekly Downloads

13

Version

1.0.2

License

ISC

Unpacked Size

21.8 kB

Total Files

6

Last publish

Collaborators

  • developergovindgupta