OptionalcontentProps?: PopoverContentPropsOptional props to pass to the popover content.
Optionaldescription?: React.ReactNodeOptional description, rendered inside Popover.Body after title, before children.
OptionaldisableArrow?: booleanWhether to show the arrow pointing at the trigger. Default true.
OptionaldisablePortalling?: booleanWhether to disable portalling. Default false.
Optionaltitle?: React.ReactNodeOptional title, rendered inside Popover.Body before description and children.
Optionaltrigger?: React.ReactNodeElement(s) that open the popover (e.g. a button). Pass a single element for asChild behavior, or text/node for default trigger.
Body content. Rendered inside Popover.Body after optional title and description.