Textarea

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

Use Textarea for multi-line content, notes, descriptions, and any field that benefits from the same validation anatomy 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://react.tileui.zmorg.cn/r/textarea.json

Package usage

import { Textarea } from '@tile-ui/react';

Highlights

  • Multi-line content entry
  • Validation messaging
  • Same field anatomy as Input