hub-site/wip-refactor/components/Card.vue
mrrpnya c2095d0b13
Some checks failed
Testing / test (pull_request) Has been cancelled
Testing / test (push) Waiting to run
Publish to OCI Registry / publish (push) Has been cancelled
.
2025-03-05 22:34:37 -08:00

5 lines
No EOL
148 B
Vue

<template>
<div class="rounded-lg bg-surface-1 transition-colors ease-in-out duration-300 p-4 m-2">
<slot></slot>
</div>
</template>