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

React draggable component

Results 172 react-draggable issues
Sort by recently updated
recently updated
newest added

Drag the title of a modal but I want this to drag the entire modal

I am using the grid and scale together in a component. However, when I want zoom in (so the scale prop changes), the component does not adhere to the grid...

Hello everyone. I have several draggable elements on the page. I need to change the z-index in it by clicking on an element so that it appears on top. To...

when bounds changed For example "bounds" area becomes smaller. Update draggable element position automatically, in case of element getting out of the visible area. Or just trigger the onDrag event...

TS2322: Type '{ children: Element[]; list: TagItem[]; setList: Dispatch; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Pick & InexactPartial & InexactPartial'.   Property 'children' does not exist on...

Hi! I'm creating a visual coding environment and need to create draggable div's on-demand. There seems to be an issue where if I add components they get added side by...

Is there a way to make the draggable component be on top of other draggable components when clicking or focusing them?

Hi, I'm not happy about the doc because it make me confused and it SHOULD be more - effective for mainteners - easy to learn => more attractive - benefit...

Hi, I am getting this warning: next-dev.js?3515:25 Warning: ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave...

I have a specific usecase where my grid is not linear on the Y axis. Basically I have a list of rows which have different heights, and I want to...