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

🖱 A resizable and draggable component for React.

Results 152 react-rnd issues
Sort by recently updated
recently updated
newest added

### Overview react-rnd version: **[10.1.10]** browser: **Chrome** ### Reproduced project https://codesandbox.io/s/staging-firefly-1t51i?file=/src/App.js ### Description RND components don't take into account parent border when calculating min/max position: ### Expected behavior RND components...

### Overview of the problem I'm using react-rnd **version** [9.0.2] My **browser** is: Chrome Version 69.0.3497.100 I am sure this issue is **not a duplicate**? ### Reproduced project https://codesandbox.io/s/j1vj3j90ov ###...

bug
PR_Welcome

Is it possible to add an example to the storybook of how to manage the zIndex of multiple windows. So that the one being dragged is always on to just...

PR_Welcome

The default zero point(0, 0) is **left-top**, and I want to change the point to **left-bottom** to compatible with C/S app. It will be very hard to transform the coordinate,...

### Overview of the problem I'm using react-rnd **version** [10.2.3] My **browser** is: Chrome / Firefox I am sure this issue is **not a duplicate**? yes ### Reproduced project I...

### Overview react-rnd version: **[10.1.10]** browser: **Chrome** ### Reproduced project https://codesandbox.io/s/quizzical-haibt-8qk4n ### Description When RND is initialized with `bounds='parent'`, the bounds are set to `{top: 0, right: 0, bottom: 0,...

This is a request for a new feature to be added - minimization of the panel to either bottom left/right. I'm using react-rnd 10.1.1 with Google Chrome browser. ### Description...

### Overview of the problem I'm using react-rnd **version** `10.2.2` My **browser** is: Chrome 80 I am sure this issue is **not a duplicate**? Pretty sure ### Description I'm not...

### Overview of the problem I'm using react-rnd **version** [10.1.0] My **browser** is: Chrome 77.0 I am sure this issue is **not a duplicate**? ### Reproduced project https://codesandbox.io/s/busy-ganguly-fjnkv ### Description...

There is a typo on the [onDrag method](https://github.com/bokuweb/react-rnd/blob/4b268c5e7195f35cf3b17876a143f2840ee63d16/src/index.tsx#L361) returns `return this.props.onDrag(e, { ...data, x: data.x - offset.left, y: data.y - offset.top });` I think it should be return the same...