react-tooltip-component icon indicating copy to clipboard operation
react-tooltip-component copied to clipboard

React tooltip component.

Results 7 react-tooltip-component issues
Sort by recently updated
recently updated
newest added

… as accessing them from the main React object is being deprecated in React 15.5

If you check the value of title is not a string, assume that it is a react element, this allows for the tooltip to render anything in the tooltip with...

Currently, if the tooltip is fixed and the title changes dynamically, it can appear off-center if the title change also changes the width of the tooltip. For example: ![tooltip-title-change-wrong](https://user-images.githubusercontent.com/7499938/35581949-e7da203e-05c7-11e8-84de-9de1b886d782.gif) This...

Love the component, thanks! However, there is no License file in the directory of the project nor the readme. I see it's stated in the package.json however as in other...

Fixed server side rendering (issue #2)

I'm getting this error while using the react-tooltip-component on the server side. ``` /front/node_modules/react-tooltip-component/lib/Tooltip.js:188 container: document.body, ^ ReferenceError: document is not defined at /Users/rloubradou/workspace/front/node_modules/react-tooltip-component/lib/Tooltip.js:188:18 ``` Setting container: null fixes the...

This is not dev-only dependency :)