0.2.2 • Published 4 years ago

@bboysokol/vue-drag-n-drop v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

VUE-DRAG-N-DROP

GitHub license

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

NameDescriptionTypeRequiredDefault
id-Stringfalse-
list-Arrayfalse-
group-Objectfalse-
item-Objectfalsenull
disabledClass-Stringtrue-
containerClass-Stringtrue-
parentContainerClass-Stringtrue-
draggingClass-Stringfalse-
additionalTransition-Stringfalse-
answerSlot-Booleanfalse-

Events

Event NameDescriptionParameters
change--
start--
end--

Slots

NameDescriptionDefault Slot Content
default--
0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago