NomanGul / react-page-progress

:tada: Sweet Component powered by React Hooks πŸš€ :point_right:

Home Page:https://nomangul.github.io/react-page-progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-page-progress

Sweet Component (Yes, This is the one with HOOKS πŸš€) that tracks a users progress through a page as they scroll

NPM JavaScript Style Guide

Install

npm i react-page-progress

OR

yarn add react-page-progress

Usage

Example Code

Props

Props Type isRequired Example
color string No 'Default is SkyBlue', 'green' or '#fb6249' or 'rgb(255, 26, 26)'``// If you want Progress bar Opaque, You can use rgba(...) or hsla(...)
height number No 'Should be a Number, 4 is default'

Demo

Watch Demo Here

License

MIT Β© NomanGul

About

:tada: Sweet Component powered by React Hooks πŸš€ :point_right:

https://nomangul.github.io/react-page-progress

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 1.9%Language:CSS 0.8%