Skip to content

Popout Menu

An Overflow Menu but for text.

vue
<PopoutMenu class="btn" position="bottom" direction="right">
  Bottom going right
  <template #menu>
    Menu contents!
  </template>
</PopoutMenu>
<PopoutMenu class="btn" position="bottom" direction="right">
  Bottom going right
  <template #menu>
    Menu contents!
  </template>
</PopoutMenu>