Search documentation...
K

Dialog

A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.

Preview

Usage

import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from "natmfat/components/Dialog";
<Dialog> <DialogTrigger>Open</DialogTrigger> <DialogContent> <DialogHeader> <DialogTitle>Are you absolutely sure?</DialogTitle> <DialogDescription> This action cannot be undone. This will permanently delete your account and remove your data from our servers. </DialogDescription> </DialogHeader> </DialogContent> </Dialog>

Reference

Prop

Type

Default

background
Background
"root"
maxWidth
512872string
512
fitContent
boolean
false
centered
boolean
false