Supporting information
Attach contextual information and actions to a nearby trigger.
Click the trigger to open the popover
Popover content remains attached to its trigger and becomes mobile-friendly on small screens.
<Popover
triggerLabel="View details"
triggerIcon="icon-[lucide--info]"
title="Verified public information"
description="This panel can contain text, actions, forms, or custom content."
icon="icon-[lucide--badge-check]"
width="lg"
showClose="true"
closeLabel="Popover"
actionLabel="Open guide"
actionHref="#guide">
<div data-slot="trigger">
<div class="showcase-slot">trigger slot</div>
</div>
<div data-slot="header">
<div class="showcase-slot">header slot</div>
</div>
<p>Popover content remains attached to its trigger and becomes mobile-friendly on small screens.</p>
<div data-slot="footer">
<div class="showcase-slot">footer slot</div>
</div>
</Popover>