farmstar-survey-ui/components/FormSheet.vue

6 lines
110 B
Vue

<template>
<div class="bg-white rounded border border-gray-300 p-3">
<slot></slot>
</div>
</template>