Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shershen08/vuejs-content-scroll-progress
Top bar indicating amount of content scrolled
https://github.com/shershen08/vuejs-content-scroll-progress
indications scroll-widget vuejs
Last synced: 2 months ago
JSON representation
Top bar indicating amount of content scrolled
- Host: GitHub
- URL: https://github.com/shershen08/vuejs-content-scroll-progress
- Owner: shershen08
- Created: 2017-01-05T20:33:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T16:53:58.000Z (about 8 years ago)
- Last Synced: 2024-04-27T00:23:26.807Z (9 months ago)
- Topics: indications, scroll-widget, vuejs
- Language: HTML
- Size: 61.5 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scrol indicator for vue.js apps
### Demo
See [DEMO](https://shershen08.github.io/vue-plugins-demo-static/index.html#/scroll) here
### Install
Run ```npm install vue-content-scroll-progress --save```
### Usage
Add in the component ```import MyScrollPugin from 'vue-content-scroll-progress'; ```
Add tag ``````
- **spy** is a required parameter; pass it a selector of the scrolled container element
- **color**, optional; e.g. "#ffcc00" - color of the indicator
- **extraClass**, optional; e.g. "someclass" - add more complicated styling on the progress bar### License
MIT