Skip to content

Files

Latest commit

f09ea73 · Oct 8, 2022

History

History
19 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 526 Bytes

Svelte Material UI - Dialog

Dialogs are modal boxes that inform the user and/or accept a decision.

Installation

npm install --save-dev @smui/dialog

Examples and Usage Information

https://sveltematerialui.com/demo/dialog

More Information

See Dialogs in the Material design spec.

See Dialog in MDC-Web for information about the upstream library's architecture.