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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ import { Tooltip } from 'react-tooltip';
122
122
|`afterHide`|`function`| no ||| A function to be called after the tooltip is hidden |
123
123
|`middlewares`|`Middleware[]`| no || array of valid `floating-ui` middlewares | Allows for advanced customization. Check the [`floating-ui` docs](https://floating-ui.com/docs/middleware) for more information |
124
124
|`border`|`CSSProperties['border']`| no || a CSS border style | Change the style of the tooltip border (including the arrow) |
125
+
|`opacity`|`CSSProperties['opacity']`| no |`0.9`| a CSS opacity value | Change the opacity of the tooltip |
0 commit comments