dyte-menu
A menu component.
<dyte-menu placement="top">
<dyte-button slot="trigger">Top Menu</dyte-button>
<dyte-menu-list>
<dyte-menu-item onclick="alert('You clicked alert()')">alert()</dyte-button>
</dyte-menu-list>
</dyte-menu>
Props
iconPack
offset
Offset in px
Default
10
Type
number
placement
Placement of menu
Default
'bottom-end'
Type
"bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"
size
Size
Type
"lg" | "md" | "sm" | "xl"