Function PopoverTrigger

The Popover component displays rich content in a portal, triggered by a button. This popover is built on Radix UI's Popover component and styled by Shadcn UI.

Properties

$$typeof: symbol
defaultProps?: Partial<PopoverTriggerProps & RefAttributes<HTMLButtonElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<
    PopoverTriggerProps & RefAttributes<HTMLButtonElement>,
>