Modal Dialog

This is an example of a modal dialog component. It appears as an overlay on top of the main content.

Modal dialogs are commonly used for:

  • Displaying important information
  • Confirming user actions
  • Collecting user input
  • Showing alerts or notifications

You can close this modal by clicking the × button, clicking outside the modal, or pressing the Escape key.