An open API service indexing awesome lists of open source software.

https://github.com/jyoketsu/clickoutside-react


https://github.com/jyoketsu/clickoutside-react

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# click-outside-react
## [live demo](https://jyoketsu.github.io/clickoutside-react/)
## Installation

```bash
yarn add @jyoketsu/click-outside-react
```

or

```
npm i @jyoketsu/click-outside-react
```

## Props
| Name | Type |
| ------------------- | ---------------- |
| onClickOutside | Function |
| style | Object |

## Usage

```jsx
import { ClickOutside } from '@jyoketsu/click-outside-react';

const MyComp = () => (
alert('click-outside')}>


);
```