# Svelte Material UI - Dialog Dialogs are modal boxes that inform the user and/or accept a decision. # Installation ```sh npm install --save-dev @smui/dialog ``` # Examples and Usage Information https://sveltematerialui.com/demo/dialog # More Information See [Dialogs](https://material.io/components/dialogs) in the Material design spec. See [Dialog](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-dialog) in MDC-Web for information about the upstream library's architecture.