vue-drag
v0.0.0
Published
Vue drag made simple.
Downloads
17
Readme
vue-drag
Install
$ npm install --save vue-drag
Usage
const vueDrag = require('vue-drag')
vueDrag('unicorns')
//=> 'unicorns & rainbows'
API
vueDrag(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D