platform-bible-react
    Preparing search index...

    Variable PopoverContentConst

    PopoverContent: ForwardRefExoticComponent<
        Omit<PopoverContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<
            HTMLDivElement,
        >,
    > = ...

    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.

    See Shadcn UI Documentation https://ui.shadcn.com/docs/components/popover See Radix UI Documentation https://www.radix-ui.com/docs/primitives/components/popover