vue-dragula is a Vuejs wrapper for dragula library which adds drop and drop functionality to your web applications.
Preview:
Changelog:
v1.3.1 (10/14/2020)
- update dragula library
Download Details:
Author: Astray-git
Live Demo: http://astray-git.github.io/vue-dragula/
Download Link: https://github.com/Astray-git/vue-dragula/archive/master.zip
Official Website: https://github.com/Astray-git/vue-dragula
Install & Download:
npm install vue-dragula
var Vue = require('vue');
var VueDragula = require('vue-dragula');
Vue.use(VueDragula);