We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react-tooltip__show
1 parent 4286fbf commit 327468fCopy full SHA for 327468f
src/components/Tooltip/Tooltip.tsx
@@ -626,6 +626,7 @@ const Tooltip = ({
626
className,
627
`react-tooltip__place-${actualPlacement}`,
628
{
629
+ 'react-tooltip__show': canShow,
630
[coreStyles['show']]: canShow,
631
[coreStyles['fixed']]: positionStrategy === 'fixed',
632
[coreStyles['clickable']]: clickable,
0 commit comments