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
@@ -123,4 +123,5 @@ import { Tooltip } from 'react-tooltip';
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
125
|`opacity`|`CSSProperties['opacity']`| no |`0.9`| a CSS opacity value | Change the opacity of the tooltip |
126
+
|`arrowColor`|`CSSProperties['backgroundColor']`| no || a CSS background color | Change color of the tooltip arrow |
126
127
|`disableStyleInjection`| <code>`boolean`|`'core'`</code> | no |`false`|`true``false``'core'`| Whether to disable automatic style injection. Do not set dynamically. Check the [styling page](./examples/styling#disabling-reacttooltip-css) for more details |
0 commit comments