1.0.6 • Published 3 years ago

handle-area v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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>
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago