vue-smooth-dnd icon indicating copy to clipboard operation
vue-smooth-dnd copied to clipboard

Vue wrapper components for smooth-dnd

Results 119 vue-smooth-dnd issues
Sort by recently updated
recently updated
newest added

Hi, I try to make a drag&drop game like jQuery drag&drop but I want to add shake animation before animate back if there are different group name. How I can...

Initially when my tab loads the drag and drop functionality doesn't work until i either: resize the window manually or try to drag and drop (after first unsuccessful attempt it...

Using your Form example as an illustration, could you have a Tree component with a list of arbitrary nodes. Then drag a node onto the surface of the Form and...

Hello! Is it possible to disable the 200ms delay on touch devices?

I'll try and get a video to you, but essentially I filtered a list, then the drop placeholder the first time I dragged a tab started appearing in places where...

If I have two separate vue instances on the page when I drag and drop from one instance it removes the draggable item from the other instance. I am assuming...

### Motivation This library uses components, but with components you have to create divs around container and code creates divs around draggable items. It is slow and doubles the dom...

The docs show `class`, which I tried and it works. I tried adding a `data-*` attribute, but it doesn't seem to render. Should it? ```vue >

Hello. Is there any way to unlock axis for `Draggable` element if parent `Container` has, for example, `lock-axis="x"` ? Thanks for great work.