<.sheet_header>
<.sheet_title id="sheet-wide-title">Wide sheet</.sheet_title>
<.sheet_description id="sheet-wide-description">
This sheet uses a wider max-width override (sm:max-w-lg).
</.sheet_description>
</.sheet_header>
<div class="p-4">
<p class="text-sm text-muted-foreground">
The content area is wider than the default sm:max-w-sm.
</p>
</div>
<.sheet_footer>
<.sheet_close on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
<.button>Close</.button>
</.sheet_close>
</.sheet_footer>
|