Dialog
A Dialog component from the Sigil design system.
Import
import { Dialog, DialogTrigger, DialogClose, DialogPortal, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter } from "@sigil-ui/components";Preview
Usage
<Dialog>...</Dialog>Sub-components
This component includes the following parts:
<DialogTrigger><DialogClose><DialogPortal><DialogContent><DialogHeader><DialogTitle><DialogDescription><DialogFooter>
Token integration
| CSS Variable | Purpose |
|---|---|
--s-overlay-bg | Overlay bg |
--s-overlay-blur | Overlay blur |
--s-border-style | Border style |
--s-overlay-border | Overlay border |
--s-border | Border |
--s-overlay-surface | Overlay surface |
--s-surface | Surface |
--s-overlay-padding | Overlay padding |
--s-overlay-shadow | Overlay shadow |
--s-shadow-xl | Shadow xl |
--s-text | Text |
--s-overlay-radius | Overlay radius |