1.1.19 • Published 7 months ago

outclick-react v1.1.19

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Install

npm install --save outclick-react

or

yarn add outclick-react

Description

Library to handle outside clicks that also supports multiple components in the children.

Usage

import OutClick from 'outclick-react';
 
function App() {
  return (
    <OutClick
      onOutClick={() => {
        alert('You clicked outside this component!!!');
      }}>
      {/* Component or multiple components */}
    </OutClick>
  );
}
1.1.9

7 months ago

1.1.8

7 months ago

1.1.12

7 months ago

1.1.11

7 months ago

1.1.10

7 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

7 months ago

1.1.13

7 months ago

1.1.19

7 months ago

1.1.18

7 months ago

1.1.17

7 months ago

1.1.7

12 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago