Dialog
Variants are configured within the example itself for this component.
Basic
Choose size and placement, then open the dialog with that config.
Controlled
Uses `open` and `onOpenChange` to control dialog visibility.
Initial Focus
Focus moves to a target field on open via `initialFocusEl`.
Alert Dialog
Uses `role="alertdialog"` for destructive confirmations.
Nested
Opens a secondary dialog from inside a primary dialog.
Non-Modal
Demonstrates non-modal behavior with outside interaction enabled.