# Installation
This library has support for both Vue 2 (opens new window) and Vue 3 (opens new window) versions of Vue.js.
vue 2.x
:
npm i vue-dndrop
vue 3.x
:
npm i vue-dndrop@next
# This library consists on a wrapper for Vue.js components over the long missed smooth-dnd (opens new window) library. To make it less importee, all the content imported from smooth-dnd
is now on our own library. It's all plain JavaScript now.
Feel free to contribute!
# Demo
View the original docs here:
- https://amendx.github.io/vue-dndrop
# Example
Here's an example:
Vue →