@# Dialog
A dialog is composed of an `Overlay` component and provides a centered container that has a header, body and footer. It is a controlled component and can only be toggled via the `isOpen` attribute.
@example DialogExample@## Dialog Attrs@interface IDialogAttrs