handle-area

1.0.6 • Public • Published

handle-area v1.0.0

Installation

Using npm:

$ npm i --save handle-area

Examples

import HandleArea from 'handle-area';

<HandleArea
    style={{ width: 800, height: 400, background: 'pink' }}
    onAreaFinish={(cooradinate) => {
        console.log(cooradinate);
    }}
    >
    <div>12423423423</div>
</HandleArea>

Readme

Keywords

Package Sidebar

Install

npm i handle-area

Weekly Downloads

2

Version

1.0.6

License

ISC

Unpacked Size

23 kB

Total Files

8

Last publish

Collaborators

  • nanchen95