dnd icon indicating copy to clipboard operation
dnd copied to clipboard

Beautiful and accessible drag and drop for lists with React.

Results 196 dnd issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-replace](https://redirect.github.com/rollup/plugins/tree/master/packages/replace#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/replace)) | [`5.0.7` -> `6.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-replace/5.0.7/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-replace/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### Description I was trying to add an `onDragOver` handler of my own, so I can tell when one `Draggable` is mostly over other. I was going to use an...

suggestion: idea/feature :art:

### Expected behavior Draggable is draggable ### Actual behavior Draggable is not draggable ### Steps to reproduce 1. Go to https://dnd.hellopangea.com/iframe.html?args=&id=examples-portals--using-your-own-portal&viewMode=story 2. Try to drag any of the items 3....

bug
high priority

I'm having a problem when i try to drag a draggable before i drop it on another droppable. I get this error. ![image](https://github.com/user-attachments/assets/a3279bf0-9ef0-434f-a8cc-7d9bc2b7537c) Info: I dont have any scroll container...

more info required
missing demo

### Expected behavior The drop animation should land in the correct spot ### Actual behavior Sometimes the drop animation land 1 item below where it should be. Mostly happen when...

### Expected behavior When the position of the droppable container changes during drag event, it still works as intended. ### Actual behavior When the posistion of the droppable container changes...