AlertDialog
The AlertDialog is used to prompt users to take or complete an action.
Import
Importimport { AlertDialog } from '@backyard-ui/core';
Usage
UsageSize
SizeUse the size
prop to increase the visual size.
Centered
CenteredUse the isCentered
prop to center the Dialog vertically.
Controlled
ControlledBy default, the Dialogs
are uncontrolled
but you can make it controlled
API Reference
API ReferenceRoot
Root- sizeDescription The `max-width` css propertyType
"xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full"
Defaultxl - isOpenDescription Controls open/close stateType
boolean
- isCenteredDescription Vertically center contentType
boolean
Trigger
TriggerContent
Content- asChildDescriptionType
boolean
Cancel
CancelAction
ActionTitle
Title- asChildDescriptionType
boolean
Description
Description- asChildDescriptionType
boolean