You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| float | boolean | false |`false`|`true``false`| tooltip will follow the mouse position when it moves inside the anchor element (same as V4's `effect="float"`) |
70
70
| noArrow | boolean | false |`false`|`true``false`| tooltip arrow will not be shown |
71
71
| clickable | boolean | false |`false`|`true``false`| allow interaction with elements inside the tooltip. useful when using buttons and inputs |
72
+
| closeOnEsc | boolean | false |`false`|`true``false`| pressing escape key will close the tooltip |
72
73
| style | CSSProperties | false || any React inline style | add styles directly to the component by `style` attribute |
73
74
| position |`{ x: number; y: number }`| false || any `number` value for both `x` and `y`| override the tooltip position on the viewport |
74
75
| isOpen | boolen | false | handled by internal state |`true``false`| the tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without**`setIsOpen`) |
0 commit comments