react-resizable-rotatable-draggable icon indicating copy to clipboard operation
react-resizable-rotatable-draggable copied to clipboard

A rectangle react component which can be resized and rotated

Results 40 react-resizable-rotatable-draggable issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.5 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

Would be very useful to have to option to easily toggle handles and control visibility but it's not clear that fucntion is readily available. Consider have a number of images...

Hello, im using this module with Next.js and react and i get this error : Warning: Prop `className` did not match. Server: "StyledRect-sc-1uso172-0 eRDgKF rect single-resizer" Client: "StyledRect-sc-1uso172-0 gblcbk rect...

Hi @iny7! I recently came across this library and it has been really helpful with a project I am working on. However, I noticed that it lacks some features and...

Say you wrap "ResizableRect" component in a parent div and apply transform scale(0.5) how would you tell the component to scale the value down? e.g. the component thinks the mouse...

Because i need to get ‘e’ to do sth: 1. e.preventDefault() 2. if(e.button === 0) …

Unable to resize or drag the element on the mobile browser

## UPDATED * Added support for `className` prop * Added support for `children` prop

While styled-components is great, I would like to argue that library like this would be much better off just by manipulating inline styles directly. Reasoning: - There are many css-in-js...