re-resizable
re-resizable copied to clipboard
📏 A resizable component for React.
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...
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. 
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,...
Edit: I see there is one included - it wasn't showing up at first. Ignore this issue