Create navbar dropdown menu

This commit is contained in:
Joscha 2025-01-28 01:57:51 +01:00
parent 160c8a626d
commit 45d97388ee
9 changed files with 170 additions and 36 deletions

View file

@ -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"
>