DS0
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

KeyAction
EscapeCloses the popover
  • Tooltip — Brief, non-interactive info
  • Dialog — Modal, blocking overlay

On this page