react-tippy
react-tippy copied to clipboard
A lightweight tooltip for React. Based on tippy.js and powered by Popper.js
Hello! When I check my page with Chrome Audits I see that I have lower score on Accessibility section. This is because of react-tippy aria attributes. [aria-*] attributes do not...
Heyo, It seems the tooltips never get unmounted for me. After debugging, it seems line https://github.com/tvkhoa/react-tippy/blob/3b16f0a6ad6f778d6f4799582761146ecb160c30/src/Tooltip/js/tippy.js#L326 is at fault as `getComputedStyle(tooltip).opacity === '1'` is always true. Isn't it suppose to...
Hey, first, thanks a lot for this project, it's awesome! 👍 I was trying to create my tooltip, but for various reasons I need to add a `` inside the...
Hi, I made the original `tippy.js` library and released an official React wrapper (https://github.com/atomiks/tippyjs-react) that's guaranteed to be updated and stay in sync with the main library. I think this...
Hey there, just letting you know: I ran into heavy problems (and it took me quite some time to identify this package as the source). In some use-cases it distorts...
Hello everybody, I just tried to inject the tippy tooltip into a container, so that it's sticky relative to that container. In the documents of tippy (not react-tippy) there is...
There's been a new major release of popper.js. Is there any plan to upgrade it? Also the package name has changed to `@popperjs/core`
Right now the definition is `export type Trigger = "mouseenter" | "focus" | "click" | "manual";` however the docs say "Separate each by a space.". Additionally the default value is...
I'm not using this library, but while looking at the code, I figured this out. https://github.com/tvkhoa/react-tippy/blob/6b07902b5535d5e2d41c9ca085c17d69f3c34a00/src/Tooltip/component.js#L240 https://github.com/atomiks/tippyjs/blob/master/src/createTippy.ts#L1094