vue-dndrop icon indicating copy to clipboard operation
vue-dndrop copied to clipboard

:herb: A vue library for drag and drop :sparkles:

Results 33 vue-dndrop issues
Sort by recently updated
recently updated
newest added

When installing the library in my Vue application, I get the next error `Cannot resolve definitions for module 'vue-dndrop' ` seems like it's missing types declaration, can it be solved...

Hi @amendx First, its awesome repo thanks a lot. But i Found a problem in some need look my picture [![7yMCIH.png](https://s4.ax1x.com/2022/01/20/7yMCIH.png)](https://imgtu.com/i/7yMCIH) the count 1 is my cursor true position the...

enhancement
fix-applied

Hey, thanks so much for this project! Looks great so far and I'm looking forward to everything that's coming. 🚀 While using Milanote.com I was thinking if there's a way...

Hi, First a great and easy to use plugin. Second, I followed the example at here https://amendx.github.io/vue-dndrop/examples/table-drag.html. I found out that if I want to drag any item to the...

bug
enhancement

Hi! I was wondering if there's a way for a container drop zone to expand larger than the container itself. Example: https://user-images.githubusercontent.com/32264015/150443983-5ee77c53-5cec-4886-b6b5-1814b799bf6f.mp4 Thanks!

enhancement

The spacing between draggable elements is wrong (when dragging) if the container is a using css-grid or flexbox with the "gap" property for spacing instead of margin. How can we...

on the radar
on it

When an item is dragged halfway across the width, the drop area disappears or is hidden. The drop area remains hidden when the draggable item is moved across the full...

documentation
enhancement

I can't make drop-not-allowed event fire on my code. Also on the website with the example the event isn't fired https://amendx.github.io/vue-dndrop/examples/events.html

Is there a way to make the 'drag-enter' event work when containers have different group names?

If dragged item have big height behaviour of dop zone is not quite expectable. How can i drop draggable element on drop-zone by a position of my mouse, not a...