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

React Tooltip Component

Results 154 react-tooltip issues
Sort by recently updated
recently updated
newest added

Hello and thanks for the effort, i don't know why the docs mentions a padding prop perhaps its not proposed as an option in the component ? I'm trying to...

The `uuid` dependency uses a random number generator that has problems with missing Web API in IE9-11. Options are: - use an older version of the lib? - use `v1`...

Is there any possibility to remove default inline styling to avoid style overwritings with custom ones?

Hi everyone, I am struggling to refresh tooltips with my conditional content. I know i need to rebuild after the content is updated, but I can't access the .rebuild() method......

Would it be possible to add a new prop "arrowSize" to change the size of the arrow? like so: ```javascript .${uuid}.place-bottom::after { border-left: ${arrowSize}px solid transparent; border-right: ${arrowSize}px solid transparent;...

As you can see on the image above dynamically imported `react-tooltip` component doesn't show any of its static methods or TooltipProps for that matter. When component is directly imported from...

Hi, I've implemented a Tooltip which changes its content via its getContent function. The content changes when you press the left mouse button and changes back when you release it....

I noticed that the tooltip seems to stick to the `left` position no matter what. According to the docs, placement by default is `top` (which is the one that'd work...

Hi, First, thanks for this library! I'm using this on iOS mobile, there are two issues I am noticing right now: 1) An element that is hovered over on the...

I noticed that this function is bind to window. However, if i used ReactTooltip in containers which can scroll,this function woudln‘t take effect.