Textarea

A multi-line field with the same label and helper affordances as Input.

Preview

Textarea states

Textarea follows the same field structure as Input so forms stay visually and behaviorally consistent.

Keep it short and specific for reviewers.
Please provide at least 20 characters before submitting.

Registry install

pnpm dlx shadcn@latest add https://vue.tileui.zmorg.cn/r/textarea.json

Package usage

import { TTextarea } from '@tile-ui/vue';

Highlights

  • Vue-native model updates
  • Validation messaging
  • Same field anatomy as Input