Progress bar on scroll the page
npm install @codereview/progress-bar> Progress bar on scroll the page
 

!demo
``bash`
npm install --save @codereview/progress-bar
Or
`bash`
yarn add --dev @codereview/progress-bar
`tsx
import * as React from "react";
import ScrollProgress from "@codereview/progress-bar";
const props = {
rtl: "left",
color: "red",
width: "50%",
height: "1em"
};
class Example extends React.Component {
render() {
return
}
}
``
| Name | Type | default | description |
| ------ | :----: | ------: | -------------------: |
| rtl | string | right | right to left |
| color | string | #000 | showing color |
| width | string | 100% | width of scroll bar |
| height | string | 0.3em | height of scroll bar |
MIT © musti-91