Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/janhancic/react-tooltip


https://github.com/janhancic/react-tooltip

Last synced: 22 days ago
JSON representation

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.