JSPM

  • Created
  • Published
  • Downloads 5874
  • Score
    100M100P100Q124327F
  • License MIT

Easy-DnD is a drag and drop implementation for Vue 3 that uses only standard mouse events instead of the HTML5 drag and drop API, which is [impossible to work with](https://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html). Think of it as a way to transfer data from some components to others using the mouse or support for a mouse assisted copy/cut - paste. It also allows for lists to be reordred by drag and drop.

Package Exports

  • vue-easy-dnd
  • vue-easy-dnd/dist/vue-easy-dnd.esm.js
  • vue-easy-dnd/dist/vue-easy-dnd.js
  • vue-easy-dnd/dist/vue-easy-dnd.ssr.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-easy-dnd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vue-Easy-DnD

A HTML5 drag-and-drop replacement

Easy-DnD is a drag and drop implementation for Vue that uses only standard mouse events instead of the HTML5 drag and drop API, which is impossible to work with.

Think of it as a way to transfer data from some components to others using the mouse or support for a mouse assisted copy/cut - paste. It also allows for lists to be reordered by drag and drop.

Documentation

Our documentation has moved to Github Pages!

View Documentation Here

Examples

View more examples within our documentation

demo demo