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
| positionStrategy | string | false |`absolute`|`absolute``fixed`| the position strategy used for the tooltip. set to `fixed` if you run into issues with `overflow: hidden` on the tooltip parent container |
67
67
| delayShow | number | false || any `number`| tooltip show will be delayed in miliseconds by the amount of value |
68
68
| delayHide | number | false || any `number`| tooltip hide will be delayed in miliseconds by the amount of value |
69
+
| noArrow | boolean | false |`false`|`true``false`| tooltip arrow will not be shown |
69
70
| style | CSSProperties | false || any React inline style | add styles directly to the component by `style` attribute |
70
71
| 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`) |
71
72
| setIsOpen | function | false ||| the tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip |
0 commit comments