react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
First of all: thanks for this great project! I have a feature request: I would like to see the event `mousedown` added to the property `closeEvents`. I have an element...
V6 biome
Implementation of https://biomejs.dev/ into the project to override eslint and prettier. This PR will be merged on V6 when tested and approved.
There is empty space at right side of footer, making the layout unbalanced.  Keep the "Get Started" section on the left side. Move the "More GitHub" section...
# Check the troubleshooting page before opening an issue! Make sure your problem isn't already covered at the troubleshooting page: https://react-tooltip.com/docs/troubleshooting ---- **Bug description** I'm trying to place the tooltip...
**Bug description** When tooltip is rendered with react children, it's not cleaning up rendered children and they remain in the memory **Version of Package** v5.28.0 **To Reproduce** https://react-tooltip.com/docs/examples/children Hover over...
I see in your resulting .d.ts file that you have the `DataAttribute` type definition. Is there any reason the values aren't prefixed with `data-`? I was hoping to use this...
# Placement is not working **Bug description** The placement prop is not working correctly in height-restricted containers. When setting place="top", the tooltip appears on the right or left side instead....
**Bug description** After upgrading to the latest version of react-tooltip, I encountered a TypeScript error in the library’s type definitions. The issue is caused by a reference to React.JSX in...
Issue with Arabic Content in Modal Package Version - v5.28.0 Steps to Reproduce - Add Arabic content inside the modal. Expected Behavior - The text should display normally. Why are...
**Bug description** This one's a bit odd, because I don't know if it's this package or FullCalendar causing the issue. When using react-tooltip (as a global Tooltip object) with FullCalendar,...