Skip to Content

Alert Dialog

Alert dialogs are a specific type of Dialog. They display important information that users need to acknowledge.

Component props

NameTypeDescription
titleReactNodeDialog title
descriptionReactNodeDialog description
isDangerbooleanShows confirm button as danger variant
isConfirmDisabledbooleanDisables the confirm button
confirmLabelReactNodeConfirm button text (default: "Confirm")
cancelLabelReactNodeCancel button text (default: "Cancel")
onConfirm() => voidCalled when confirm is clicked
onCancel() => voidCalled when cancel is clicked