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
Copy file name to clipboardExpand all lines: docs/docs/options.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ import { Tooltip } from 'react-tooltip';
69
69
| data-tooltip-delay-hide | number | false || any `number`| The delay (in ms) before hiding the tooltip |
70
70
| data-tooltip-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"`) |
71
71
| data-tooltip-hidden | boolean | false |`false`|`true``false`| Tooltip will not be shown |
72
+
| data-tooltip-class-name | string | false ||| Classnames for the tooltip container |
0 commit comments