Ethereal Garden

Alert Dialog

A modal dialog that interrupts the user with important content and expects a response.

When To Use

Use alert dialogs to interrupt the user flow with a message that requires their attention and acknowledgment. They're useful for:

  • Confirming destructive actions (like deleting data)
  • Requiring explicit user confirmation
  • Warning users about consequences of an action
  • Presenting critical information that needs acknowledgment
  • Requiring a choice before proceeding

Unlike regular dialogs, alert dialogs are more disruptive and should be used sparingly for truly important interactions.

Examples

Basic

Custom Buttons

Props

PropTypeDefault
displayName?
string
-
propTypes?
any
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-
PropTypeDefault
displayName
string
-
PropTypeDefault
displayName
string
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-
PropTypeDefault
$$typeof
symbol
-
displayName?
string
-
propTypes?
any
-