1.1.0 • Published 6 years ago

react-hello-progress v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago