Drag and drop are traditional but enduring features that have been widely used in various web pages since the last century.
Thanks to the HTML5 drag and drop API, creating draggable elements has never been easier in today’s web development.
To simplify the implementation of the native HTML5 drag and drop features on Vue.js applications, I collect and list here the 7 best Vue.js drag and drop components for draggable elements, re-orderable lists, sortable grid layouts, and much more. Have fun.
Originally published Jan 13, 2020, updated Jan 16, 2023
1. Vue.Draggable
Vue drag-and-drop component based on Sortable.js.
2. Draggable And Resizable Component For Vue.js
A Vue.js component to create draggable and/or resizable elements in an elegant way.
3. vue-drag-resize
A lightweight Vue Component for draggable and resizable elements.
4. Smooth Draggable Sortable Component For Vue.js
A Vue.js draggable component to provide a smooth drag to sort experience on elements.
5. Slick Sortable List For Vue
A set of vue mixins to turn any list into an animated, touch-friendly, sortable list.
6. vue-drag-drop
A lightweight wrapper that abstracts away the wonkier parts of the Drag and Drop API.
7. vue3-draggable-resizable
Draggable and resizable component for vue3.
More Resources:
Need more drag’n’drop libraries for your web applications? Here are a few more resources you might find useful.
- Vue.js Drag And Drop Section
- Best Advanced Drag and drop Plugins In JavaScript
- Best Drag And Drop JavaScript Libraries (Vanilla)
- 10 Best Drag And Drop Components For React & React Native