Module

x/nano_jsx/ui/dialog.ts>Dialog#show

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
method Dialog.prototype.show
import { Dialog } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/ui/dialog.ts";

Parameters

options: DialogOptions | null
callback: (event: { name: string; id: string | number; }) => void