react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
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 
When trying to pass a list of `place` options as stated in the docs , it does not work and throws an error.  It's triggering on react-tooltip quite a bit:  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;...