Dialogs
Dialogs take over the full screen, disallowing input to any other element until the dialog is dismissed.
Because of this, they are intrusive to the user and should be used sparingly.
Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.
Multiple dialogs
You can have multiple dialogs on the same page. Just ensure that each dialog has a unique id.Example
Markup
Source markup is unavailable in this environment. Markup extraction relies
on debug_heex_annotations and the project source files, which
are only present during development.