mirror of
https://github.com/unraid/api.git
synced 2026-05-02 21:22:04 -05:00
6 lines
252 B
Vue
6 lines
252 B
Vue
<template>
|
|
<nav class="DropdownWrapper_blip text-beta absolute z-30 top-full right-0 flex flex-col gap-y-8px p-8px bg-alpha border rounded-lg shadow-[var(--ring-offset-shadow)_var(--ring-shadow)_var(--shadow-beta)]">
|
|
<slot/>
|
|
</nav>
|
|
</template>
|