Skip to main content

Crate leptix_alert_dialog

Crate leptix_alert_dialog 

Source
Expand description

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

Structs§

AlertDialogActionProps
Props for the AlertDialogAction component.
AlertDialogCancelProps
Props for the AlertDialogCancel component.
AlertDialogContentProps
Props for the AlertDialogContent component.
AlertDialogProps
Props for the AlertDialog component.

Functions§

AlertDialog
Alert Dialog root — wraps Dialog with alertdialog semantics. Unlike Dialog, it does not dismiss on outside click.
AlertDialogAction
Required Props
AlertDialogCancel
Required Props
AlertDialogContent
Required Props
AlertDialogDescription
Required Props
AlertDialogOverlay
Full-screen overlay behind the dialog.
AlertDialogPortal
Renders dialog content in a portal when open.
AlertDialogTitle
Required Props
AlertDialogTrigger
Required Props
Dialog
Required Props