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

React Tooltip Component

Results 154 react-tooltip issues
Sort by recently updated
recently updated
newest added

I am using react-tooltip [@fullcalendar/react](https://www.npmjs.com/package/@fullcalendar/react). It works fine when I click on an event. But after expanding the events, it doesn't work. Here is the reproducible codesandbox. [https://codesandbox.io/s/fullcalendar-daygrid-with-react-tooltip-qrv6l7](https://codesandbox.io/s/fullcalendar-daygrid-with-react-tooltip-qrv6l7) As you...

Hi, how can i change the radius of the arrow to be more rounded? ` {helpTooltip} `

It will show a black and white border line of the svg after clicking ![image](https://user-images.githubusercontent.com/55693386/130595156-903398ce-75ac-4e04-9d02-d107dbf63cb7.png)

When trying to pass a list of `place` options as stated in the docs , it does not work and throws an error. ![Screen Shot 2022-06-14 at 1 37 43...

Version 4.2.21 on npm was published a year ago. What's about all the bug fixes here on GutHub since June of 2021?

on hovering over the div( say content img) direction tooltip gets changed everytime bcz of more content while working fine for less amount of content in data-tip

I've been optimising across my app recently using ["why-did-you-update"](https://github.com/maicki/why-did-you-update) It's triggering on react-tooltip quite a bit: ![screen shot 2018-01-24 at 13 47 11](https://user-images.githubusercontent.com/2892647/35332920-2761346e-010d-11e8-81de-1ecaad3655bb.png) Is there any way you could optimise...

I want to show all the tooltips on page load then dismiss them after 5 seconds

Our team just upgraded to 4.2.21 from 3.10.0. We like it; but we're running into challenges dealing with the dynamic values as below. It'll be good if a switch to...

I'm trying to include async function calls inside the `getContent` method for a tooltip as follows: ``` { const docRef = doc(db, `completion-history`); const snap = await getDoc(docRef); return helper;...