Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://cdn.jsdelivr.net/gh/u1ui/dialog.js@x/dialog.js";

ยงFunctions

alert

Creates and shows a dialog with an alert message.

confirm

Creates and shows a dialog with a confirmation message.

form
prompt

Creates and shows a dialog with a prompt message.