react-click-outside-component
Version:
ClickOutside component for React
30 lines (19 loc) • 593 B
Markdown
# ClickOutside
React click outside component.
## Installation
```
$ npm install tj/react-click-outside
```
## Example
```js
<ClickOutside onClickOutside={::this.close}>
<p>Im a menu or something that you want to hide when clicking outside.</p>
</ClickOutside>
```
## Badges


---
> [tjholowaychuk.com](http://tjholowaychuk.com) ·
> GitHub [@tj](https://github.com/tj) ·
> Twitter [@tjholowaychuk](https://twitter.com/tjholowaychuk)