p-popover component can also be used with a slotted button via the button slot, allowing you to provide a
custom button element.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-popover>
<p-button-pure hide-label="true" icon="car" slot="button">
More information
</p-button-pure>
Some additional content.
</p-popover>
<script>
</script>
</body>
</html>