1.1.0 • Published 4 years ago

react-hello-progress v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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:

  1. Clone the repo: git@github.com:smaha/react-hello-progress
  2. 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'} />
1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago