react-outsideclick

1.1.3 • Public • Published

OutsideClick

React component for detecting clicks outside of current element

Installation

$ npm install --save react-outsideclick

Example

<OutsideClick onClickOutside={() => {/* outside click detected */})}>
  <div>
    Detect clicks outside this element
  </div>
</OutsideClick>

Package Sidebar

Install

npm i react-outsideclick

Weekly Downloads

51

Version

1.1.3

License

MIT

Unpacked Size

960 kB

Total Files

12

Last publish

Collaborators

  • everdimension