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