Dialog Structure Variations

Different combinations of header, body, and footer sections

Header Only

Just a title, no content

Body Only

Pure content, no chrome

Footer Only

Just actions, minimal UI

Header + Footer

Title and actions only

Body + Footer

Content with actions

Header + Body

Title and content

This is a minimal dialog with only body content. No header or footer sections. Perfect for simple messages or notifications.

Are you sure you want to continue with this action? This cannot be undone.

This dialog demonstrates a header and body combination without footer actions. The close button in the header provides the only way to dismiss the dialog.

This pattern is useful for informational dialogs that don't require user actions.