Files
litlyx/dashboard/components/lyx-ui/Card.vue
Emily f3542f711b .
2024-07-22 15:07:51 +02: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>