Skip to Content

AlertDialog

The AlertDialog is used to prompt users to take or complete an action.


Import

Import
import { AlertDialog } 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.

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 Controls open/close state
    Type
    boolean
  • isCentered
    Description Vertically center content
    Type
    boolean

Trigger

Trigger

    Content

    Content
    • asChild
      Description
      Type
      boolean

    Cancel

    Cancel

      Action

      Action

        Title

        Title
        • asChild
          Description
          Type
          boolean

        Description

        Description
        • asChild
          Description
          Type
          boolean