mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
8 lines
188 B
Vue
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>
|