Create navbar dropdown menu
This commit is contained in:
parent
160c8a626d
commit
45d97388ee
9 changed files with 170 additions and 36 deletions
|
|
@ -1,15 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import { RiArrowDropDownLine, RiSettings3Fill } from "@remixicon/vue";
|
||||
import { RiSettings3Fill } from "@remixicon/vue";
|
||||
import NavbarDropdown from "./NavbarDropdown.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex justify-between bg-black p-2 text-white">
|
||||
<div
|
||||
class="cursor-default rounded-md bg-neutral-800 pl-2 text-lg hover:bg-neutral-700 active:bg-neutral-500"
|
||||
>
|
||||
GedächtNAS
|
||||
<RiArrowDropDownLine class="inline" />
|
||||
</div>
|
||||
<NavbarDropdown />
|
||||
<div
|
||||
class="flex items-center rounded-md bg-neutral-800 px-1 hover:bg-neutral-700 active:bg-neutral-500"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue