neodrag icon indicating copy to clipboard operation
neodrag copied to clipboard

One Draggable to rule them all 💍

Results 55 neodrag issues
Sort by recently updated
recently updated
newest added

Append a `data-neodrag-count` on the root node. This will be the number of times the thing has been dragged. Also expose this in events? 🤔

core

* Vue demo throws error on start * React demo needs update + doesn't work * All demos need to be changed to show the abilities better ( need better...

https://github.com/PuruVJ/neodrag/assets/62800782/c2a8f096-8cf8-42c9-8a44-73976bdebeb9 As you see in the video user can select and only select the box content from the box's old position on the DOM.

Currently we use neodrag:start, neodrag:end and neodrag events. The colon(:) causes issues with Svelte Language tools, and maybe in other environments as well. From v3, rename these to neodrag_start, neodrag_end....

Experiment with https://github.com/google/wireit I once added nx to the project and removed it, as it felt like coming in the way. Let's experiment with wireit and see if its worth...

enhancement
core

**Problem** I have an `box` that is draggable with a `header`+`content` part. I want the `header` part to be the drag-handle, and the `content` scrollable. However, since neodrag sets `touch-action:...

![image](https://github.com/user-attachments/assets/b6586133-c20a-4d20-841d-16d93a53a8bc) it says `Connection Refused`