vue-reusable

1.0.7 • Public • Published

VueReusable

Vue Reusable Components, Directives, Prototypes

Components

  • ReturnTop
    <return-top :threshold="1/3" :duration="500"></return-top>

Directives

  • v-fixed-top : when scroll to a component, makes it fix there
  • v-focus : the same as el.focus()
  • v-visible : similar with v-show but it changes only visibility which means element will take space

Prototypes

  • $eventBus : global eventbus for transferring informations

Readme

Keywords

Package Sidebar

Install

npm i vue-reusable

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

664 kB

Total Files

15

Last publish

Collaborators

  • gopherj