Popover
Displays rich content in a portal, triggered by a button.
Installation
uvx shadcn_django@latest add popover
Usage
<c-popover>
<c-popover.trigger>
<c-button variant='outline'>Open Popover</c-button>
</c-popover.trigger>
<c-popover.content>
Place content for popover here.
</c-popover.content>
</c-popover>