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

A lightweight tooltip for React. Based on tippy.js and powered by Popper.js

Results 104 react-tippy issues
Sort by recently updated
recently updated
newest added

On adding the HideOnClick prop the tooltip is still not hiding

Hi @tvkhoa, Tooltip does not position correctly in chrome when applied on a div with a given width. It works well in other browsers. Find the sample code in https://codesandbox.io/s/loving-bird-2b998

Hi, I wrapped my tooltip with a styled element, but the styled not applies. I guess it is related to something with the positioning of the elements. How can I...

`zIndex` prop was introduced in [this PR](https://github.com/tvkhoa/react-tippy/pull/129) but it was not included in the type definitions.

[Singleton documentation](https://atomiks.github.io/tippyjs/v6/addons/#singleton) If tooltip has more than 1 child, make it into singleton: ```jsx Button ``` ```jsx Button 1 Button 2 ``` OR add `singleton` prop: ```jsx Button 1 Button...

since title is a reserved attribute for tooltip, when it appear on the element, the disabled would not work properly ref: https://www.w3schools.com/tags/att_title.asp screenshot: ![image](https://user-images.githubusercontent.com/26796108/117602745-a018b680-b17b-11eb-8023-e4d8413d0826.png)

### Description I noticed that `react-tippy` wasn't working on IE11. I was getting this error message: ``` [getPopperElement]: Element passed as the argument does not exist in the instance ```...

By using tooltip theme, there are only three options "dark,light and transparent". But i want to give a custom theme to my tooltip. Please give any suggestion.

When u use the useContext, that appends value such as "null" to tippy-tooltip-content. Screenshot is below here. ``` ... ``` ![image](https://user-images.githubusercontent.com/27498814/108352346-c1f74280-71f7-11eb-98c7-d788fc0682b2.png)

I tried to update the `trigger` prop after the first render, and it doesn't work. The tooltip appears very broken. Reproduction: https://codesandbox.io/s/l2nqy531vq It does the same for the `theme` and...