<.dialog_header>
<.dialog_title id="dialog-wide-title">Wide dialog</.dialog_title>
<.dialog_description id="dialog-wide-description">
This dialog uses a wider max-width override (sm:max-w-2xl).
</.dialog_description>
</.dialog_header>
<p class="text-sm text-muted-foreground">
The content area is wider than the default sm:max-w-lg.
</p>
<.dialog_footer>
<.dialog_close on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
<.button>Close</.button>
</.dialog_close>
</.dialog_footer>
|