Skip to Content

Popover

The Popover displays content in a floating element, triggered by a button.


Import

Import
import { Popover } from '@backyard-ui/core';

Usage

Usage

WithTitle

WithTitle

To render a Title, add PopoverHeader

WithFooter

WithFooter

To render a Footer, add PopoverFooter

CloseButton

CloseButton

To render a CloseButton, add PopoverCloseButton

Close

Close

You can use any other element as a close button with PopoverClose

Anchor

Anchor

You can anchor the content to another element if you do not want to use the trigger as the anchor.

Controlled

Controlled

The Popover can have a controlled state, using isOpen and onOpenChange props

API Reference

API Reference

Root

Root
  • isOpen
    Description If `true` the Dialog will be initially opened
    Type
    boolean
    Default
    false

Trigger

Trigger

    Anchor

    Anchor
    • asChild
      Description
      Type
      boolean

    Content

    Content
    • asChild
      Description
      Type
      boolean

    Title

    Title

      Close

      Close
      • asChild
        Description
        Type
        boolean