Dialog
Dialogs display focused content that requires user attention or interaction, overlaying the page.
Basic Dialog
Confirmation Dialog
Dialog with Form
Usage
<sl-dialog label="Title">
Dialog content here.
<sl-button slot="footer" variant="primary">OK</sl-button>
</sl-dialog>