Drag

A collection of 71 posts

Drag Zone component for Vue2

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
19 August 2017

Vue2 Component for draggable and resizable elements

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
04 August 2017