Vue Plugin For Drag Event Detection – v-dragged

Install & Download:

npm install --save v-dragged

Description:

A Vue plugin for drag event detection that listens to the mouse/touch behavior and set a handler for when a drag action is detected. This is different from setting draggable on element in that you need to move the element yourself according to the information v-dragged provides.

Preview:

v-dragged

Add Comment