Skip to content

ktsn/vue-rubberband

Repository files navigation

vue-rubberband

Rubberband component of Vue.js

Example

import Vue from 'vue'
import Rubberband from 'vue-rubberband'

Vue.use(Rubberband)

Then you can use <rubberband> component in anywhere.

<rubberband :min="500">
  <div> ... Some contents ... </div>
</rubberband>

Playground

$ npm install && npm run play

License

MIT

About

Rubberband component of Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published