Files
documenter-mono/resources/js/Components/Card/CardFooter.vue
2025-10-31 16:48:05 +09:00

14 lines
227 B
Vue

<script setup>
</script>
<template>
<div class="text-sm lg:rounded-lg lg:ring-1 lg:ring-zinc-950/5 dark:lg:bg-zinc-800 dark:lg:ring-white/10 px-3.5 py-2">
<slot />
</div>
</template>
<style scoped>
</style>