The p-popover component can be used to display some additional content on top of another in conjunction with the info
-button.
Only one Popover can be opened at the time, by clicking another Popover the opened Popover will be closed.
You can use the description or the slot of the Popover to provide content which will be displayed in the open Popover.
Hint: The p-popover utilizes the Popover API and gets rendered on the #top-layer which enables it to be shown correctly even when used e.g. within a scroll container.
Some additional content.
prev
next
Open in Stackblitz
<!doctype html>
<htmllang="en"class="auto"><head><title></title></head><bodyclass="bg-base"><p-popover> Some additional content.
</p-popover><script></script></body></html>