Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

handisb's avatar

Vue Drag-and-Drop Libraries?

I'm trying to implement drag-and-drop functionality into my application - not as a sortable drag-and-drop list, but more as a game-like draggable element that can be placed into various drop-zones. I've tried using the HTML5 drag-and-drop API, but a) I need it to work on mobile and b) on Chrome while dragging the element, it seems to gain some sort of partial transparency that I don't want - and there doesn't seem to be a way to style the element while it's being dragged.

I was wondering if there were any Vue drag-and-drop libraries/components out there that I could use for my project.

1 like
2 replies
carlosjorger's avatar

You can try my own library Vue Fluid DnD. It has smooth animations like react-beautiful-dnd and an API similar to that of formkit/drag-and-drop

1 like

Please or to participate in this conversation.