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
@@ -121,3 +121,4 @@ import { Tooltip } from 'react-tooltip';
121
121
|`afterShow`|`function`| no ||| A function to be called after the tooltip is shown |
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
+
|`border`|`string`| no || a React border style | Change style of the tooltip border including arrows |
0 commit comments