vue-rubberband
Version:
Rubberband component of Vue.js
31 lines (20 loc) • 375 B
Markdown
# vue-rubberband
Rubberband component of Vue.js
## Example
```js
import Vue from 'vue'
import Rubberband from 'vue-rubberband'
Vue.use(Rubberband)
```
Then you can use `<rubberband>` component in anywhere.
```html
<rubberband :min="500">
<div> ... Some contents ... </div>
</rubberband>
```
### Playground
```bash
$ npm install && npm run play
```
## License
MIT