0.1.0 • Published 3 years ago

@wayz/react-click-outside v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ClickOutside

React click outside component.

Installation

$ npm install @wayz/react-click-outside

Example

const onClickOutside = (e) => {}
;<ClickOutside onClickOutside={onClickOutside}>
  <p>Im a menu or something that you want to hide when clicking outside.</p>
</ClickOutside>

Badges

npm.io npm.io


0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago