<div
class="more-popover-menu"
...attributes
>
<PopoverMenu
@expanded={{expanded}}
@onchange={{action onchange}}
@keyboardAccess={{false}}
as |components api|>
<BlockSlot @name="trigger">
More
</BlockSlot>
<BlockSlot @name="menu">
{{yield components.MenuItem}}
</PopoverMenu>
</div>