Skip to content

Latest commit

History

History
44 lines (30 loc) 路 1 KB

README.md

File metadata and controls

44 lines (30 loc) 路 1 KB

ovo-progress

馃寛 Page scroll with progress

version downloads MIT License

TODO

  • use rollup
  • vue plugin
  • react component

Installation

# npm
$ npm i ovo-progress

# yarn
$ yarn add ovo-progress

Usage

 import Progress from 'ovo-progress'

 new Progress({ /* options */ })

Options

Option Type Default Description
height string 3px the height of progress.
color string #2980B9 the color of progress.
onReachBottom function noop invoked when page scroll to the bottome of the document
onReachTop function noop invoked when page scroll to the top of the document

License

MIT 漏 bushuai