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
iconSize | string | The size of the icon (`small` or `medium`) | small
26
26
hideOnButtonClick | boolean | Whether to hide popover on anchor button click | false
27
27
renderTrigger | func | Render a custom trigger button. The function will receive an object that contains the the `open`-state, a `ref` that needs to be passed onto trigger button and a `toggle`-function for toggling the `<InfoPopover>`. The render function should return a button. |
28
+
buttonProps | object | Pass additional props to the trigger `<IconButton>` | `{}`
29
+
popperProps | object | Pass additional props to the underlying `<Popper>` | `{}`
28
30
29
31
The remaining props passed to `<InfoPopover>` will be passed down to the internal `<Popover>`.
0 commit comments