0.14.1

Theme Switcher

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";


	
		
	
	
		
			Are you absolutely sure?
		
		
			This action cannot be undone. This will permanently delete your account and remove your data from our
			servers.
		
		
			
			
		
	

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.


	
		
			
				} />
			
		
		
			

Delete

Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers.