mirror of
https://github.com/unraid/api.git
synced 2026-01-04 15:39:52 -06:00
6 lines
190 B
Vue
6 lines
190 B
Vue
<template>
|
|
<nav class="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>
|