re-resizable icon indicating copy to clipboard operation
re-resizable copied to clipboard

📏 A resizable component for React.

Results 112 re-resizable issues
Sort by recently updated
recently updated
newest added

I have a modeless window that is draggable and resizable. I used react-draggable for the draggability and this re-resizable for the resizing. The difference between a modal and modeless window...

### Overview of the problem I'm using re-resizable **version** [4.4.8] My **browser** is: IE11 I am sure this issue is **not a duplicate** ### Description On the re-resizable story book...

### Overview of the problem I'm using re-resizable **version** [5.0.1] Demo: https://codesandbox.io/s/strange-raman-kwxsr ### Description of the problem The docs state the following: ```md #### `handleStyles?: HandleStyles;` The `handleStyles` property is...

question no ### Overview of the problem I'm using re-resizable **version** [4.11.0] My **browser** is: chrome I am sure this issue is **not a duplicate**? ### Description How do I...

I'm using `re-resizable` to control sidebar resizing and was thinking of adding double click to toggle hide/show but currently there's no way to implement this afaik. Would you be ok...

enhancement
PR_Welcome

Closing https://github.com/bokuweb/re-resizable/issues/439 ### Proposed solution Use `event.type` as assertion rather than `instance of MouseEvent` ### Testing Done

### Overview of the problem I'm using re-resizable **version** 4.11.0 My **browser** is: Chrome 74.0.3729.131 (Official Build) (64-bit) ### Description Dragging off the bottom of the screen doesn't scroll the...

When there is a beveled drag element, the next drag element is reduced. This will prevent the mouse from catching other states incorrectly when it is beveled. ![image](https://user-images.githubusercontent.com/19372111/56842655-34cc5680-68ca-11e9-9754-1b482fd3a355.png)

Hi there, what do you think of adding a new prop to trigger `onResizeStart` after a delay on touchDevices? So resize will not trigger if user is trying to scroll,...

enhancement

Edit: I see there is one included - it wasn't showing up at first. Ignore this issue