<script setup lang="ts"> const text = ref('Leave me here.') </script> <template> <div class="flex w-full flex-col gap-2"> <UiTextarea v-model="text" /> </div> </template>
npx @v-moravec/ui add textarea
string | undefined
Tabs
Display multiple sections of content in a compact and organized manner, allowing users to switch between them easily
Text input