Skip to content

Textarea

Menampilkan textarea, atau komponen lain yang tampil seperti textarea.

Instalasi

CLI

bash
npx shadcn-vue@latest add textarea

Manual

Salin dan tempel kode sumber di GitHub ke project Anda.

Sesuaikan path import dengan struktur project Anda.

Penggunaan

vue
<script setup lang="ts">
import { Textarea } from '@/components/ui/textarea'
</script>

<template>
  <Textarea placeholder="Type your message here." />
</template>

Dirilis di bawah lisensi MIT. Fork dari shadcn-vue.