import { Snackbar } from "https://deno.land/x/nano_jsx@v0.1.0/ui/index.ts";
Methods
private
_show(options: SnackbarOptions | null, callback: (event: { name: string; id: string | number; }) => void)private
getParentElement(parentId: string)remove(el: HTMLElement)
show(options: SnackbarOptions | null, callback: (event: { name: string; id: string | number; }) => void)