mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
9 lines
223 B
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>
|