Create navbar dropdown menu
This commit is contained in:
parent
160c8a626d
commit
45d97388ee
9 changed files with 170 additions and 36 deletions
7
gdn-app/src/components/NavbarDropdownEntry.vue
Normal file
7
gdn-app/src/components/NavbarDropdownEntry.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<div class="m-1">
|
||||
<div class="cursor-pointer select-none rounded px-2 hover:bg-neutral-700">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue