Files
api/web/components/UserProfile/DropdownWrapper.vue

9 lines
223 B
Vue

<script lang="ts" setup>
</script>
<template>
<nav class="text-foreground absolute z-30 top-full right-0 flex flex-col gap-y-8px p-8px bg-popover rounded-lg shadow-xl shadow-orange/10">
<slot />
</nav>
</template>