Skip to content

shared-js/react-click-outside

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React click outside component.

Installation

$ npm install @react-shared/click-outside

Example

import ClickOutside from '@react-shared/click-outside'

<ClickOutside onClickOutside={this.close}>
  <p>Im a menu or something that you want to hide when clicking outside.</p>
</ClickOutside>

Badges


tjholowaychuk.com  ·  GitHub @tj  ·  Twitter @tjholowaychuk

About

ClickOutside component for React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.3%
  • HTML 4.0%
  • CSS 1.9%
  • Makefile 0.8%