react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

React draggable component

Results 178 react-draggable issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, Do you know how to make the element go back smootly? I did this code that should work but it doesn't. ![draggable](https://github.com/react-grid-layout/react-draggable/assets/74134630/05a4229f-4a62-458c-8216-974334cfb4ad) ![css_draggable](https://github.com/react-grid-layout/react-draggable/assets/74134630/195a94ab-abba-44a0-825b-e3eddffe284c)

Hi! Is there also a collision detection inside this library so that I cannot overlap rectangles when I drag them around? Really cool library btw.

I need to Drag a dialog out of window in all directions left ,right and bottom 50% outside of window and top we should not go outside so that title...

Looks like `nodeRef` causes jittery movement when the handle is not a direct ancestor. For example, using the nodeRef example from the README and adding a `div` wrapping the target...

Hi! I'm Miguel Calderón and work at PSPDFKit. I'd like to say thanks for your package, which is great! We've recently switched our SDK container from Iframe to Shadow DOM,...

What about mentioning that `` component should have single child DOM node instead of ``. I think others can also face on such kind of problem, if needed I can...

Hello guys, I've noticed that If I try to drag a disabled input in firefox, it just wont work. But If I remove the disabled attribute with inspect element, then...

I have a problem in my solution where I'm using Draggables with bound set to parent element. When I drag and release mouse I get dragstop event, but not if...