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