Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/react-tooltip
https://github.com/janhancic/react-tooltip
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janhancic/react-tooltip
- Owner: janhancic
- License: mit
- Created: 2014-08-16T15:56:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T19:26:23.000Z (over 10 years ago)
- Last Synced: 2024-10-16T08:47:52.739Z (2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Tooltip Component
An experiment to try to figure out how best to display tooltips with React.
## Status
Don't use this, it's not complete yet and it doesn't work. Heck, you would have to jump trough a lot of hoops to get
this into your project anyway :)## Run the examples
There are currently two examples. If you want to play around do this:
```shell
git clone [email protected]:janhancic/react-tooltip.git
cd react-tooltip
npm install
webpack --watch example/app[1|2].js example/bundle.js
```Then just open `example/index.html` in your browser.
## License
See `LICENSE` file.