8 lines
180 B
Vue
8 lines
180 B
Vue
<template>
|
|
<div
|
|
class="bg-foundation border border-collapse border-outline-3 rounded-xl p-1 p-x-[3px] shadow-md flex items-center h-10"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|