This is very a first version of the plugin. If you find any bugs and/or want to contribute, feel free to create issues, PRs or reach me out on twitter!
dnd-grid A vuejs grid with draggable and resizable boxes. The demo requires Vue >= 2.3.0 because of the ":layout.sync" feature The components require Vue >= 2.0.0
Vue-Drag-Zone Drag Zone component for Vue2. Use Setup Install vue-drag-zone npm install vue-drag-zone --save // import with ES6 import Vue from 'vue' import VueDragZone from 'vue-drag-zone' // require with Webpack const Vue = require('vue') const
VueDraggableResizable Vue2 Component for draggable and resizable elements. Features No dependencies Use draggable, resizable or both Define handles for resizing Restrict size and movement to parent element Snap element to custom grid Restrict
Vue.Draggable Vue component allowing drag-and-drop sorting in sync with View-Model. Based on Sortable.js Vue component (Vue.js 2.0) or directive (Vue.js 1.0) allowing drag-and-drop and synchronization with view