0.1.5 • Published 4 years ago

react-resize-box v0.1.5

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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/service-enterprise@2x.png"
    style={{
      width: '100%',
      height: '100%',
      objectFit: 'cover',
      userSelect: 'none',
      webkitUserDrag: 'none'
    }}
  />
</ResizeBox>;
0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago