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

Should be number | [number, number] according to https://github.com/tvkhoa/react-tippy/issues/52

[This line](https://github.com/tvkhoa/react-tippy/blob/master/src/Tooltip/js/tippy.js#L368) produces `Cannot read property 'innerHTML' of null` when tooltip is updated from `` to ``

I´m trying to open the Tooltip at cursor position, currently the only way to link cursor position with Tooltip is using the prop followCursor={true}, I´ve checked the tippyjs the prop...

`touchHold` prop is missing from the `TooltipProps` interface.

my tooltip arrow is not visible. even if i set the arrow props. ``` Preview ``` How do i also close the tooltip in mouse scroll?

Different from [this issue](https://github.com/tvkhoa/react-tippy/issues/39). I'm using react-tippy `^1.3.1"`. The `Tooltip` components works but it ignores the `animation` prop. Example usage: ``` setCopied(true)}> Share ``` In the DOM it creates this:...

I need to set different arrow positions (from left corner of tooltip) for some tooltips. There's no mention about that functionality in tippy docs but I've found something related on...

It works fine in 1.3.4 but fails in 1.4.0: ``` Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got:...

This causes a typescript compilation error: > Property 'onHidden' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly