The <luna-dialog> component displays modal dialogs with overlay, focus trapping, and smooth animations.
Paths
/lunadom/components/dialog/dialog.js Dark Theme Dialog
Your session is about to expire. Would you like to stay signed in?
Confirmation Dialog
Are you sure you want to delete this item? This action cannot be undone.
Form Dialog
Customization
title - Title content for the dialogfooter - Footer content for actionsopen - Whether the dialog is openinitial-focus - A selector for the element to receive focus when the dialog opens--luna-dialog-max-width - Maximum width of the dialog panel--luna-dialog-bg - Background color of the dialog panel--luna-dialog-color - Text color for the dialog content--luna-dialog-radius - Border radius of the dialog panel--luna-dialog-padding - Internal padding for the dialog sections--luna-dialog-overlay - Background color/overlay for the backdrop--luna-dialog-border - Border color of the dialog panel--luna-dialog-shadow - Box shadow for the dialog panelluna-show - Emitted when the dialog opensluna-hide - Emitted when the dialog closesluna-request-close - Emitted when the dialog is requested to close (via overlay, ESC, or close button). Can be cancelled.