# Showcase

The flagship XWUIDialog demo. It covers basic title/content usage, the four sizes (sm, md, lg, fullscreen), a footer with confirm and cancel actions, a forced-choice dialog with `closable`, `closeOnBackdrop` and `closeOnEscape` disabled, and a scrollable long body.

Each dialog mounts into its own child div because an XWUI component clears its container on construct; the dialog itself is appended to `document.body` while open.
