Files
haex-hub-mirror/src/components/ui/list/index.vue
2025-09-11 00:58:55 +02:00

8 lines
188 B
Vue

<template>
<div
class="flex flex-col h-fit border border-default/25 divide-default/25 divide-y rounded-md first:rounded-t-md last:rounded-b-md"
>
<slot />
</div>
</template>