README
React Hello Progress
A Linear progressbar compent for reactjs web app.
Install Instructions
If you would like to download the code and try it for yourself:
- Clone the repo:
git@github.com:smaha/react-hello-progress
- Or run:
npm install react-hello-progress
|yarn add react-hello-progress
Sample
import Progress from 'react-hello-progress';
.
.
.
<Progress value={72} color='#FF0000' isRounded={true | false} size={'small' | 'medium' | 'large'} />