Customizable progress bar at the top ot the page that shows the scroll progress
npm install vue-read-progress    
https://ajerez.github.io/vue-read-progress/
#### With npm (Recommended)
``bash`
npm i vue-read-progress
#### yarn
`bash`
yarn add vue-read-progress
#### Default style
`vue
`
#### Customizing the Look and Feel
`vue
``
| Property | Type | Default value | Prop Description |
|----------|--------|---------------|-----------------------------------|
| height | String | 4px | Height of progress bar (optional) |
| color | String | #506888 | Color of progress bar (optional) |
| opacity | [String, Number] | 1 | Set opacity values from 0 to 1 (optional) |
| shadow | Boolean | false | Enable box-shadow for the progress bar (optional) |
This project is licensed under the terms of the MIT license