# TextArea **Category**: react **URL**: https://www.heroui.com/docs/react/components/text-area **Source**: https://raw.githubusercontent.com/heroui-inc/heroui/refs/heads/v3/apps/docs/content/docs/react/components/(forms)/text-area.mdx > Primitive multiline text input component that accepts standard HTML attributes *** ## Import ```tsx import { TextArea } from '@heroui/react'; ``` For validation, labels, and error messages, see **[TextField](/docs/components/text-field)**. ### Usage ```tsx import {TextArea} from "@heroui/react"; export function Basic() { return (