Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augbog/react-onclickoutside-issue-108
Showing a demo of the issue in react-onclickoutside package issue #108
https://github.com/augbog/react-onclickoutside-issue-108
Last synced: 22 days ago
JSON representation
Showing a demo of the issue in react-onclickoutside package issue #108
- Host: GitHub
- URL: https://github.com/augbog/react-onclickoutside-issue-108
- Owner: augbog
- License: mit
- Created: 2016-11-08T02:51:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T02:52:25.000Z (about 8 years ago)
- Last Synced: 2024-11-02T01:05:06.732Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
react-onclickoutside issue #108
=====================You can find the issue this repo is trying to demo with [here](https://github.com/Pomax/react-onclickoutside/issues/108).
Using [react-simple-boilerplate](https://github.com/nlotzer/react-simple-boilerplate) to help illustrate the issue.
Install the dependencies and start the server.
```
npm install
npm start
open http://localhost:3000
```