Components
Popover
A non-modal overlay anchored to a trigger.
Usage
<Popover>
<Popover.Trigger>Open</Popover.Trigger>
<Popover.Content>Content here</Popover.Content>
</Popover>Accessibility
| Key | Action |
|---|---|
Escape | Closes the popover |
A non-modal overlay anchored to a trigger.
<Popover>
<Popover.Trigger>Open</Popover.Trigger>
<Popover.Content>Content here</Popover.Content>
</Popover>| Key | Action |
|---|---|
Escape | Closes the popover |