vue-draggify is a Vue.js plugin that enables drag and drop functionality for HTML elements.
$ npm install vue-draggify
Import and register the plugin in your main.js file:
import { createApp } from 'vue'
const app = createApp(App)
app.use(vuetify)
- Add custom styles
- Add more examples
- Add more features
- Add more tests
- Add more documentation