Skip to content

shershen08/vuejs-content-scroll-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrol indicator for vue.js apps

Demo

See DEMO here

Install

Run npm install vue-content-scroll-progress --save

Usage

Add in the component import MyScrollPugin from 'vue-content-scroll-progress';

Add tag <content-scroll-progress spy=".content-list"><content-scroll-progress>

  • 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

About

Top bar indicating amount of content scrolled

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published