ovo-progress
v1.1.0
Published
🌈 Page scroll with progress
Downloads
8
Maintainers
Readme
ovo-progress
🌈 Page scroll with progress
TODO
- [x] 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