react-hello-progress

hello npm

Usage no npm install needed!

<script type="module">
  import reactHelloProgress from 'https://cdn.skypack.dev/react-hello-progress';
</script>

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:

  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'} />