Posts tagged with dialog Oldest Newest 2023 October 27, 2023 Building a Svelte modal dialog component using the dialog element The dialog element is a native HTML element that provides a lot of built-in functionality for creating modal dialogs. By wrapping it in a Svelte component, we can add custom styling and other features. sveltejavascriptdialog