Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
Popover
A popup that displays content in a floating container anchored to a trigger element.
Import
import * as Popover from '@base-ui/react/popover';
Popover.Root
Groups all parts of the popover. Doesn’t render its own HTML element.
Props
Popover.Trigger
The element that triggers the popover.
Popover.Positioner
Positions the popover popup relative to the trigger.
Props
The popover’s content.
Props
Popover.Backdrop
An optional overlay displayed beneath the popover popup.
Props
Popover.Arrow
An optional arrow element that points toward the trigger.
Props
Popover.Close
A button that closes the popover.
Popover.Title
An accessible title that is announced when the popover is opened.
Popover.Description
An optional accessible description that is announced when the popover is opened.
Popover.Portal
Portals the popover popup to a different part of the DOM.
Props