Popover
An accessible popup anchored to a button.
Notifications
You are all caught up. Good job!
Example.html
Installation
typo3 ui:add popover
Please copy the files manually from GitHub into your project.
Read more about installing Components and Primitives.
Usage
<ui:popover.root>
<ui:popover.trigger asChild="{true}">
<ui:button>Open Popover</ui:button>
</ui:popover.trigger>
<ui:popover.content>
<ui:popover.title>Popover Title</ui:popover.title>
<ui:popover.description>This is the popover description.</ui:popover.description>
</ui:popover.content>
</ui:popover.root>
Anatomy
<primitives:popover.root>
<primitives:popover.trigger />
<primitives:popover.positioner>
<primitives:popover.content>
<primitives:popover.arrow />
<primitives:popover.closeTrigger />
<primitives:popover.title />
<primitives:popover.description />
</primitives:popover.content>
</primitives:popover.positioner>
</primitives:popover.root>