Popover
Popover is a non-modal dialog that floats around a trigger. It's used to display contextual information to the user, and should be paired with a clickable trigger element.
Popover is built on top of the Popper.js library, and
composes the Popper
component.
This component extends
Chakra UI Popover
When using this component, ensure the children passed to PopoverTrigger is focusable. When Popover opens, focus is sent to PopoverContent. When it closes, focus is returned to the trigger.
Editable Example