VUE-DRAG-N-DROP

What is this?
It's Vue library to handle custom drag and drop.
How to install this component
npm install @bboysokol/vue-drag-n-drop --save
Live demo
live demo
DraggableItem
Props
| Name |
Description |
Type |
Required |
Default |
| id |
- |
String |
false |
- |
| list |
- |
Array |
false |
- |
| group |
- |
Object |
false |
- |
| item |
- |
Object |
false |
null |
| disabledClass |
- |
String |
true |
- |
| containerClass |
- |
String |
true |
- |
| parentContainerClass |
- |
String |
true |
- |
| draggingClass |
- |
String |
false |
- |
| additionalTransition |
- |
String |
false |
- |
| answerSlot |
- |
Boolean |
false |
- |
Events
| Event Name |
Description |
Parameters |
| change |
- |
- |
| start |
- |
- |
| end |
- |
- |
Slots
| Name |
Description |
Default Slot Content |
| default |
- |
- |