<.sheet_header>
<.sheet_title id="sheet-left-title">Navigation</.sheet_title>
<.sheet_description id="sheet-left-description">
Browse the sidebar menu.
</.sheet_description>
</.sheet_header>
<div class="p-4">
<p class="text-sm text-muted-foreground">Menu items would go here.</p>
</div>
<.sheet_footer>
<.sheet_close on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
<.button variant="outline">Close</.button>
</.sheet_close>
</.sheet_footer>
|