Popover

Displays rich content in a portal, triggered by a button.

Dimensions

Set the dimensions for the layer.

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>