prompt
import { prompt } from "https://cdn.jsdelivr.net/gh/u1ui/dialog.js@x/dialog.js";
Creates and shows a dialog with a prompt message.
@example
const name = await prompt('Enter your name:');
function prompt(text, initial);
import { prompt } from "https://cdn.jsdelivr.net/gh/u1ui/dialog.js@x/dialog.js";
Creates and shows a dialog with a prompt message.
const name = await prompt('Enter your name:');