Drag and Drop Component For Vue.js – vue-dragula

Install & Download:

npm install vue-dragula
var Vue = require('vue');
var VueDragula = require('vue-dragula');
Vue.use(VueDragula);

Description:

vue-dragula is a Vuejs wrapper for dragula library which adds drop and drop functionality to your web applications.

Preview:

vue-dragula

Changelog:

v1.3.1 (10/14/2020)

  • update dragula library

Add Comment