Right-side detail drawer
Keep supporting record details or forms available without leaving the page.
Click the trigger to open the drawer
<Drawer
title="Citizen service details"
description="Review supporting information without leaving the current page."
icon="icon-[lucide--panel-right]"
closeLabel="Drawer"
triggerLabel="Open drawer"
triggerIcon="icon-[lucide--panel-right-open]">
<div data-slot="trigger">
<div class="showcase-slot">trigger slot</div>
</div>
<div data-slot="header">
<div class="showcase-slot">header slot</div>
</div>
<div class="showcase-overlay-content"><p>Place forms, filters, navigation, or record details here.</p></div>
<div data-slot="footer">
<button type="button" class="showcase-action showcase-action--primary">Save changes</button>
</div>
</Drawer>