rmc-tooltip
React Tooltip!NPM versionnpm-imagenpm-url !build statustravis-imagetravis-url !Test coveragecoveralls-imagecoveralls-url !gemnasium depsgemnasium-imagegemnasium-url !node versionnode-imagenode-url !npm downloaddownload-imagedownload-url
Screenshot
Install

Usage
var Tooltip = require('rmc-tooltip');
var React = require('react');
var ReactDOM = require('react-dom');
// By default, the tooltip has no style.
// Consider importing the stylesheet it comes with:
// 'rmc-tooltip/assets/bootstrap_white.css'
ReactDOM.render(<Tooltip placement="left" overlay={<span>tooltip</span>}><a href='#'>hover</a></Tooltip>, container);
Examples
npm start
and then go to
http://localhost:8007/examplesOnline examples: http://react-component.github.io/tooltip/examples/
API
Props
Note
Tooltip
requires child node accepts onClick
event.Development
npm install
npm start
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
License
rmc-tooltip
is released under the MIT license.