DialogHeader

Basic Usage

DialogHeader is used to prepend a header to a Dialog. It can contain any children, but is best used with DialogTitle.

<DemoLayout>
  <Dialog>
    <DialogHeader>
      <DialogTitle>Title</DialogTitle>
    </DialogHeader>
  </Dialog>
</DemoLayout>