tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

React Tooltip

Results 71 tooltip issues
Sort by recently updated
recently updated
newest added

Hi Is it possible to show the tooltip only when the text overflows and ellipsis is visible? Anand

Hi! Is there a way to hide a tooltip once another tooltip is triggered above the previous? I have a big div element with tooltip, and inside of it a...

In our application we have a very long horizontally scrolling page (week scheduler). Any tooltips that appear after scrolling to the right are squished. Replication: Go go the example http://react-component.github.io/tooltip/examples/placement.html...

Hi, Is it possible to style the tooltip using styled components? When I wrap the components with styled(Tooltip)' // all css here ' It doesn't work. I know I can...

Take a look: https://bundlephobia.com/package/[email protected] It should have nothing but the source code, which is about `~3kb` gzipped.

The docs show hideArrow as an option, but TooltipProps doesn't include showArrow. Was it deprecated? If so, how do I hide an arrow?

This PR addresses my feature request for more aggressive/descriptive types (#204). I added description blocks to all of the types that are exposed on the main Tooltip component, based on...

I want to have a tooltip where I control the visible state. However, if I pass in a `visible` prop to the tooltip, I lose the ability to close the...

Is it normal that the library leave some node attached to the body even if destroyTooltipOnHide is activated. Here is a simple preview of what it looks like, the nodes'...

enhancement
help wanted

Steps to reproduce: 1. Go to http://react-component.github.io/tooltip/examples/simple.html 2. Hover above trigger, then move your mouse on top of the tooltip 3. Tooltip won't disappear (user can even select and copy-paste...