Popover
An accessible popup anchored to a button.
Made by imskyleenInstallation
Usage
API Reference
Popover
Base UI API Reference - Popover.RootPopoverTrigger
Base UI API Reference - Popover.TriggerPopoverPortal
Base UI API Reference - Popover.PortalThe keepMounted
property is not supported in the PopoverPortal
component,
as it is used for animation.
PopoverPositioner
Base UI API Reference - Popover.PositionerPopoverPopup
Base UI API Reference - Popover.PopupProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
The render
property is not supported in the PopoverPopup
component, as it
is used for animation.