Accessible Dialog
An accessible dialog component that creates a focused overlay window on top of the main content. It implements proper focus management, keyboard navigation, and ARIA attributes to ensure all users can interact with dialog content. When activated, it traps focus within the dialog and provides clear mechanisms for dismissal, making it fully accessible to screen reader users and keyboard-only navigation.
Default
In user interface design for computer applications, a dialog is a graphical control element subordinate to an application's main window.
Modal behavior
When the dialog is opened, it will be displayed as a modal window. This means that the user will not be able to interact with the main content of the page until the dialog is closed.