Popovers display rich content in a floating panel when users click a trigger element. The first child becomes the trigger; all remaining children become the panel content. Unlike Tooltip and HoverCard, which appear on hover, Popovers require a click and stay open until the user clicks outside — making them ideal for forms, settings, and menus.Documentation Index
Fetch the complete documentation index at: https://prefab.prefect.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Without Header
Skip thetitle and description to render content directly in the panel.
Positioning
Control which side the panel appears on with theside prop:
side is a preference rather than a hard constraint.
Inline Confirmation
For lighter-weight confirmations that don’t need a full modal overlay, a Popover works well. The same trigger-then-content pattern applies.API Reference
Popover Parameters
Optional header title for the popover panel.
Optional description below the title.
Preferred side to show the popover:
"top", "right", "bottom", "left".Additional Tailwind CSS classes.
Protocol Reference
Popover