react-tooltip-component
react-tooltip-component copied to clipboard
React tooltip component.
… 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:  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 :)