Skip to content

wovue/scroader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[IGNORE] wovue scroader component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published