A React component that shows a tooltip only if the text is overflow
npm install react-overflow-tooltip[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[npm-image]: https://img.shields.io/npm/v/react-overflow-tooltip.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/react-overflow-tooltip
[travis-image]: https://img.shields.io/travis/uiureo/react-overflow-tooltip.svg?style=flat-square
[travis-url]: https://travis-ci.org/uiureo/react-overflow-tooltip
A React component that shows a tooltip only if the text is overflow.
``js
var ReactOverflowTooltip = require('react-overflow-tooltip')
too long text
// =>
{ text }
// =>
Install
`
npm install react-overflow-tooltip
``