Implement menu bar floating list menus (#163)

Progress towards #135
This commit is contained in:
Keavon Chambers
2021-05-31 11:51:32 -07:00
parent 3d646d2bc3
commit d1bf68320e
16 changed files with 482 additions and 58 deletions
@@ -1,6 +1,6 @@
<template>
<div class="popover-button">
<IconButton :icon="icon" :size="16" @click="clickButton" />
<IconButton :icon="icon" :size="16" @click="clickButton" data-hover-menu-spawner />
<FloatingMenu :type="MenuType.Popover" :direction="MenuDirection.Bottom" ref="floatingMenu">
<slot></slot>
</FloatingMenu>