vue-draggify
v0.0.10
Published
Vue Drag and Resize Component
Downloads
34
Maintainers
Readme
Draggify
vue-draggify is a Vue.js plugin that enables drag and drop functionality for HTML elements.
Installation
$ npm install vue-draggify
Usage
Import and register the plugin in your main.js file:
import { createApp } from 'vue'
const app = createApp(App)
app.use(vuetify)
Todo
- [x] Add custom styles
More
- [ ] Add more examples
- [ ] Add more features
- [ ] Add more tests
- [ ] Add more documentation