Files
litlyx/dashboard/components/LyxUi/Card.vue
2024-11-18 14:33:09 +01:00

10 lines
205 B
Vue

<script lang="ts" setup>
</script>
<template>
<div class="w-fit h-fit rounded-md bg-lyx-widget p-4 outline outline-[1px] outline-lyx-background-lighter">
<slot></slot>
</div>
</template>