Skip to Content

Dialog

Dialog is a window containing contextual information, tasks, or workflows that appear over the user interface.


Import

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

Usage

Usage

Size

Size

Use the size prop to increase the visual size.

Centered

Centered

Use the isCentered prop to center the Dialog vertically.

Scroll

Scroll

Use the hasScroll prop if the content overflows beyond the viewport.

Close on Overlay Click

Close on Overlay Click

By default, the Dialog closes when you click its overlay. You can set closeOnOverlayClick to false if you want the Dialog to stay visible.

Controlled

Controlled

By default, the Dialogs are uncontrolled but you can make it controlled

API Reference

API Reference

Root

Root
  • size
    Description The `max-width` css property
    Type
    "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full"
    Default
    xl
  • isOpen
    Description If `true` the Dialog will be initially opened
    Type
    boolean
    Default
    false
  • closeOnOverlayClick
    Description If `false` the Dialog will be close when clicked on overlay
    Type
    boolean
    Default
    true
  • hasScroll
    Description If `true` the content will be scrollable
    Type
    boolean
    Default
    false
  • isCentered
    Description If `true` the Dialog will be centered on screen
    Type
    boolean
    Default
    false

Trigger

Trigger

    Content

    Content
    • asChild
      Description
      Type
      boolean

    Cancel

    Cancel

      Title

      Title
      • asChild
        Description
        Type
        boolean

      Description

      Description
      • asChild
        Description
        Type
        boolean