mirror of
https://github.com/unraid/api.git
synced 2026-01-03 15:09:48 -06:00
10 lines
232 B
Vue
10 lines
232 B
Vue
<script lang="ts" setup>
|
|
// shadow-[var(--ring-offset-shadow)_var(--ring-shadow)_var(--shadow-beta)]
|
|
</script>
|
|
|
|
<template>
|
|
<nav class="flex flex-col gap-y-8px p-8px bg-alpha rounded-lg shadow-xl">
|
|
<slot/>
|
|
</nav>
|
|
</template>
|