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
Popover no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
| as | String | 'div' | Sets the HTML tag for the component. |
115
+
| caret | String | 'top' | Controls the position of the caret. See below for the list of caret positions. |
116
+
| open | Boolean | false | Controls the visibility of the popover. |
117
+
| relative | Boolean | false | Set to true to render the popover using relative positioning. |
118
+
| sx | SystemStyleObject | {} | Style to be applied to the component |
128
119
129
120
#### Caret Positions
130
121
131
122
The `caret` prop can be one of the following values: `top`, `bottom`, `left`, `right`, `bottom-left`, `bottom-right`, `top-left`, `top-right`, `left-bottom`, `left-top`, `right-bottom`, or `right-top`.
0 commit comments