react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
Hi, Nice component! I'm using react-tooltip in a parent list, with each list item having an icon that, on mouseover, shows it's respective tooltip. The tooltip contains a component that...
Hey, thanks for the package! I run into an issue about placement with active browser page zooming. Positioning is off by a few pixels (which is not very noticable, but...
### Is it possible to place the Box on the right side of the icon as expected? (Notice by the triangle in the black box). I know the green box...
**Description:** I want to show the tooltip based on some logic, which means I'll execute `ReactTooltip.show` to show the Tooltip manually. As of now, the example in the docs mention...
I want to show a 'Copied!' tool-tip adjacent to a "Copy URL" button. I can get the tool tip to show on click with the code below, but it will...
BREAKING CHANGE: Attribute names are changed fix #723
It seems that there's an overlap in placement logic, that results in a tooltip being shown twice, in 2 positions. See the gif below that highlights what happens when you...
Getting below accessibility issue due to "aria-hidden" attribute > The ARIA attribute 'aria-hidden' is not valid for the element with ARIA role 'none' **Violation**: ARIA attributes must be valid for...
This is somewhat similar to [this issue](https://github.com/wwayne/react-tooltip/issues/123), which helped me diagnose my issue. So I want to be able to open a tooltip with a click, but close with either...
`data-type` and such type of attributes can be reserved for app. It would be great to separate attributes for this library from other libraries' attributes. Of course, it is better...