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

Fixes the following error: >Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'. It occurs when you use React 18 and pass children to the `` component....

The tippy content text is blurry. Is a fix for it?

Would like to display react-tippy popup at the point of click instead of at the edges of parent. Considering, whole window as child of react-tippy and opening react-tippy manually, is...

I noticed some unexpected errors (`Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly`) with the component after upgrading from react/types 17 to 18 and came across...

Currently the library doesn't allow the `appendTo` prop to be passed down to Tippy.js and so the tooltips must always be appended to `document.body`. This PR adds support for the...

Correct me if I'm wrong `getComputedStyles(popover).opacity` will always return the default value of "1" since it's not set in the code to ever be anything else :/ The issue arises...

I was making use of some of the untyped props and when converting my project to TypeScript had errors.