frontend/components/composer/suggestbox.vue

8 lines
203 B
Vue
Raw Normal View History

<template>
<div class="w-full max-w-full rounded ring-1 ring-background-300 bg-background-800 absolute z-20 flex flex-col">
<slot />
</div>
</template>
<script lang="ts" setup>
</script>