Example
Related
- Dialog — Common layout component regardless of modality or type of dialog.
- DialogTrigger — A controller for dialog state, bound to an associated trigger.
Usage
TODO: document usage
Accepts a single Dialog as a child, and manages showing and hiding it in a modal. Useful in cases where there is no trigger element or when the trigger unmounts while the dialog is open.
TODO: document usage