Popover
A small overlay that opens on demand, used in other components.
Props
maxWidth
string
Sets the maximum width of the popover container.
Defaults to
320px.
minWidth
string
Sets the minimum width of the popover container.
padded
boolean
Sets if the popover has padding. Use false when content needs to be flush with boundaries.
Defaults to
true.
position
GoabPopoverPosition
Provides control to where the popover content is positioned.
Defaults to
auto.
relative
boolean
This property has no effect and will be removed in a future version.
testId
string
Sets a data-testid attribute for automated testing.
mt, mr, mb, ml
Spacing
Apply margin to the top, right, bottom, and/or left of the component.
Events
Slots
target
Sets the element used as the popover trigger.