Components
A modal window for displaying additional content or actions.
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Dialog Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Dialog | Styles the root dialog component. |
trigger | DialogTrigger | Styles the trigger for opening the dialog. |
overlay | DialogOverlay | Styles the background overlay of the dialog. |
content | DialogContent | Styles the dialog content area. |
contentWrapper | DialogContent | Styles the wrapper around dialog content. |
header | DialogHeader | Styles the dialog header. |
footer | DialogFooter | Styles the dialog footer. |
title | DialogTitle | Styles the title of the dialog. |
description | DialogDescription | Styles the description text of the dialog. |
close | DialogClose | Styles the close button of the dialog. |