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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [enzyme-adapter-react-16](https://enzymejs.github.io/enzyme/) ([source](https://togithub.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16)) | [`1.9.1` -> `1.15.8`](https://renovatebot.com/diffs/npm/enzyme-adapter-react-16/1.9.1/1.15.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/enzyme-adapter-react-16/1.15.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cpy-cli](https://togithub.com/sindresorhus/cpy-cli) | [`2.0.0` -> `4.1.0`](https://renovatebot.com/diffs/npm/cpy-cli/2.0.0/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/cpy-cli/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/enzyme](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/enzyme) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme)) | [`3.1.16` -> `3.10.18`](https://renovatebot.com/diffs/npm/@types%2fenzyme/3.1.16/3.10.18) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fenzyme/3.10.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Here's a demo: https://codesandbox.io/s/magical-rui-oem7n?file=/src/index.js With a dragGrid of, say, [50,50], the draggable element moves along the grid but the x value returned at onDragStop changes freely, when it should always...

I have noticed that by default you can only initially place a Rnd element in a top left position, however, I want to place my element in the bottom right,...

I have a div (let's call it "container") which contains a Rnd that I want to be able to be dragged and stay within the "container". There is also another...

Is it possible to set the default size only? I would like to show card in the bottom of the screen with some default height, but if I use default...

Is there a API can get the rnd's current size and position. I just find originalPosition, resizingPosition, getDraggablePosition, but I want the position offset relative to parent component when resizing...

Hi team I'm using react-rnd **version** [latest] My question: is there any way to add css transform of RND component using style property? Example code: ``` render() { const styleRnd...

enhancement
help wanted
depends on other repo

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies