0.0.2 • Published 8 years ago

wovue-scroader v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Scroader

The wovue-scroader module contains the scroader component.

Install using npm:

$ npm install --save wovue-scroader

Note 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

NameTypeDefaultDescription
headerOffsetNumber0Space between your header and top document.
headerTransitionString'scroader'Transition effect when header is inserted into or removed from the DOM.