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

HI there, Great lib, very handy and simple. I'm getting below error when I have hundreds of \'s rendered. That seems to be related to the mounting/unmounting mechanism in React-Tippy....

react-tippy advertises itself as "a lightweight tooltip for React." At a glance this would seem to be a misuse of the word 'lightweight'. Bundlephobia reports the size of react-tippy as...

Hi, First, thanks for your library, it's really useful and fully customizable! I have one question though. I would like to add a delay even when I'm using the Tooltip...

I have an SVG bar graph and I want to attach tooltips to the rectangles (bars). I tried 3 things that failed: 1. It says is invalid markup inside an...

I'm inserting a table React Element into it and need the tooltip to be displayed as a complete square/rectangle, how can I go this? Currently it does this when I...

I created PR #25 so react-tippy can be used in non-browser environment. This is critical because otherwise the component breaks all tests that don't run on selenium, e.g. jest or...

Hello! Just tried using out of the box and animation totally ignored (stuck on perspective I think). Will investigate further but if anyone has encountered this please shout out. Cheers!...

If I am using condition to enable/disable tooltip, it should not set `title` property to. What will happen, is even that condition is now met and tooltip is not active,...

Shouldn't it disable tooltip, if I pass `null` or `undefined` to title? It seems, that `prop.title` is parsed to string and used without checking. ```js ``` ![screen shot 2018-01-15 at...

Hello, Currently I use react-tippy on a page where the entire content is scaled inside a div but tippy generates the tooltip layer as a direct child of the body...