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

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

I'm trying to create resizable split panes. If a draggable component (the handle between panes) is set to a % offset from its parent, it's much more convenient. I'm not...

This one prevents incorrect behavior when child height changes and content overlays on y-axis.

Is there any way currently, to drag outside the browser window...? This feature is particularly needed for desktop / Tauri apps where users are used to being able to drag...

Declaring a global module with `declare module 'react-draggable'` is unnecessary, and can cause type pollution if multiple versions of `react-draggable` end up in a package. This is exemplified in this...

It is easy to increase the mental burden by specifying the handle through the selector. I need to always pay attention that there is no duplicate name in these selectors....

Receiving a warning of the following: ``` findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DraggableCore which is inside StrictMode. Instead, add a ref directly to the...

next-dev.js?3515:20 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DraggableCore which is inside StrictMode. Instead, add a ref directly to the element you want to reference....

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Hi, thank you for the cool component! It's really useful! I'm using it for dragging elements inside a div. Would you be kind to help me with next: the parent...