Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
import { Dialog, DialogBody, DialogContent, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@ngrok/mantle/dialog";
Composition
In some cases, you might wish to have a tooltip over the dialog trigger. This is helpful if the dialog trigger is an IconButton
and you wish to provide more context to what the button does. You can compose them both together to where the dialog trigger is also the tooltip trigger.