Skip to main content
eagami

Dialog

<ea-dialog />

Dialog Title

This is the dialog body. It supports any content including forms, text, and other components.

Controls

Code

<ea-dialog [(open)]="open">
  <span slot="header">Confirm</span>
  <p>Are you sure you want to continue?</p>
  <span slot="footer">
    <ea-button variant="secondary">Cancel</ea-button>
    <ea-button>Confirm</ea-button>
  </span>
</ea-dialog>

API reference