wovue-scroader
v0.0.2
Published
wovue scroader component
Readme
Scroader
The wovue-scroader module contains the scroader component.
Install using npm:
$ npm install --save wovue-scroaderNote this will only works with webpack build system.
Usage
import { WvScroader } from 'wovue-scroader'
new Vue({
components: {
WvScroader
}
})<wv-scroader>
<!-- here your header content -->
</wv-scroader>Props
Scroader
| Name | Type | Default | Description |
|------|:----:|:--------|:------------|
| headerOffset | Number | 0 | Space between your header and top document. |
| headerTransition | String | 'scroader' | Transition effect when header is inserted into or removed from the DOM. |
