Dialog
Show a simple modal. You can close it with Escape or by clicking outside the modal.
Show modal
Show a modal with components and a toast trigger. Escape is disabled, but you can still click outside to close it.
Show modal with components
Show a modal with medium-length text. Clicking outside will not close it.
Show modal (medium)
Show a modal with long text. It asks for confirmation before closing.
Show modal (long)
Open the main modal page inside a modal using the default close behavior.
Open modal (recursive)
Show a rendered demo form inside a modal. Escape and outside click are disabled, and it asks before closing if the form was modified.
Show rendered form modal
Show a rendered demo form inside a modal using AJAX. Escape and outside click are disabled, and it asks before closing if the form was modified.
Show ajax form modal