Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 695 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 695 Bytes

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

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.