Skip to content

developergovindgupta/progress-bar-react-ui

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published