0.0.5 • Published 3 years ago

vue-drag-box v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

vue-drag-box

Install

$ npm install vue-drag-box --save

Usage

import { install } from 'vue-drag-box'

 Vue.use(install)

or

import { VueDragBox } from 'vue-drag-box'

components: {
    VueDragBox
}
<vue-drag-box>
    <!-- content -->
</vue-drag-box>

props

initial position

initLeft: {
    type: Number,
    default: 50
}

initBottom: {
    type: Number,
    default: 50
}
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago