alertCopyimport { alert } from "https://cdn.jsdelivr.net/gh/u1ui/dialog.js@x/dialog.js";Creates and shows a dialog with an alert message. @exampleawait alert('This is an alert message'); function alert(text);§alert(text)[src]§Parameters§text[src] The text to be displayed in the alert dialog.