<cla-popover>
Popover element. Adds a popover to any item. Simply add the item you'd like to attach the popover to inside the <cla-popover>
tag.
You can also add additional content to the popover using the footer
slot.
Usage
Slots
Slot | Description |
---|---|
any | This is where the item the popover wraps goes |
content | Allows content to be added to the popover. |
Events
Event | Description | Type |
---|---|---|
toggleEvent | Emitted when the menu is toggled. |
|