Popover
Popover is used to bring attention to specific user interface elements.
On this page
v0.36.1BetaNot reviewed for accessibility
Description
Use Popover
to bring attention to specific user interface elements, typically to suggest an action or to guide users through a new experience.
By default, the popover renders with absolute positioning, meaning it should usually be wrapped in an element with a relative position in order to be positioned properly. To render the popover with relative positioning, use the relative property.
Arguments
Name | Type | Default | Description |
---|---|---|---|
system_arguments | Hash | N/A |
Examples
Slots
heading
The heading
Name | Type | Default | Description |
---|---|---|---|
tag | Symbol |
| One of |
system_arguments | Hash | N/A |
body
The body
Name | Type | Default | Description |
---|---|---|---|
caret | Symbol | N/A | One of |
large | Boolean | N/A | Whether to use the large version of the component. |
system_arguments | Hash | N/A |