Skip to main content

Variable: PopoverContent

@arolariu/components


@arolariu/components / PopoverContent

Variable: PopoverContent

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

Defined in: components/ui/popover.tsx:158

Renders the popover content.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Popover
  • Supports the render prop for element composition

Example

<PopoverContent>Content</PopoverContent>

See

Base UI Documentation

// was this page useful?