• Docs
  • Components
  • Popover

Popover - Aspect UI

The Popover component displays floating content anchored to a trigger element. It supports customizable positioning, animations, and dismiss behaviors for tooltips, menus, and more.

Table of Contents#

Popover Props#


PropTypeDefaultDescription
...propsReact.ComponentProps<typeof PopoverPrimitive.Root>-All native props supported by the underlying PopoverPrimitive.Root component.

PopoverAction Props#


PropTypeDefaultDescription
classNamestring undefined-Additional CSS classes for the Popover action trigger element.
outlinebooleanfalseIf true, applies an outline style to the Popover action trigger.
...propsReact.ComponentProps<typeof PopoverPrimitive.Trigger>-All native props supported by the underlying PopoverPrimitive.Trigger component.