0.1.0 • Published 2 years ago

@wayz/react-click-outside v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago