react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
Allow overriding the default border class name "border" with a custom class name. Currently, when using a border it adds the class name "border", which is pretty generic and can...
I'm putting the `` component in my root layout for a Gatsby site, so I can use tooltips on any page of my site using that layout (hopefully irrelevant to...
Not sure why, but I cannot figure out how to set the z-index with the className. I tried it with a number an a string and neither did anything. I...
Below is my code where I am using ReactTooltip. When trying to customise it by passing props textColor and backgroundColor , both are not appllied, instead default background-color of black...
Hey! I'm trying to add a shadow to the tooltip arrow but can't find any option to customize this element except from changing it's color. Is there any option to...
how breaks line? 
When rendering a tooltip next to the target element in a React Fragment, the tooltip is not styled. Upon hovering, the tooltip does appear but does not have any styles...
How to set data-event nothing? I want a tooltip that is shown at initial view, and disappears when `data-event-off` is fired. So I tried to use `ReactTooltip.show` to show, and...
The readme says: > Whether to inject the style header into the page dynamically (violates CSP style-src but is a convenient default) But looking at the code it appears to...
The tooltip target is a React component that holds a html canvas element. As the mouse moves over different objects drawn on the canvas, the tooltip text reflects the currently-hovered...