0.0.6 • Published 6 years ago

react-horizontal-page-progress v0.0.6

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

React Horizontal Page Progress is a small React component. It is designed for showing scrolling page progress on the top of your page.

Using it is simple. Inside project folder, open terminal and type following command:

npm i react-horizontal-page-progress

Then inside screen component where you would like to use it, just import it.

import HorizontalPageProgress from "react-horizontal-page-progress";

Component uses only two props:

height: When using component, you should tell it by passing prop height what it's height should be - '10px' - for example... backgroundColor: Also, pass to component what color should it be.

Example usage:

<HorizontalPageProgress
 height="1px"
 backgroundColor="red"
/>

Click here to go to github repository

Click here to see running example on code sandbox

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago