# 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
