OptionalcontentProps?: HoverCardContentPropsOptional props to pass to the hoverCard content.
Optionaldescription?: React.ReactNodeOptional description, rendered inside HoverCard.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 HoverCard.Body before description and children.
Optionaltrigger?: React.ReactNodeElement(s) that open the hoverCard (e.g. a button). Pass a single element for asChild behavior, or text/node for default trigger.
Body content. Rendered inside HoverCard.Body after optional title and description.