react-resize-box
v0.1.5
Published
react resize box
Downloads
8
Readme
react-resize-box
import ResizeBox from 'react-resize-box';
<ResizeBox
style={{ width: 400, height: 400 }}
box={{ top: 10, left: 20, width: 200, height: 200 }}
>
<img
src="https://swiftcarrot.com/static/[email protected]"
style={{
width: '100%',
height: '100%',
objectFit: 'cover',
userSelect: 'none',
webkitUserDrag: 'none'
}}
/>
</ResizeBox>;