Use the KTextarea component for multi-line text input fields.
// Basic usage KTextarea(v-model="text" placeholder="Enter comments") // With custom height KTextarea(v-model="text" :rows="8")
Configure the KTextarea component using these attributes.