# TextArea **Category**: native **URL**: https://www.heroui.com/docs/native/components/text-area **Source**: https://raw.githubusercontent.com/heroui-inc/heroui/refs/heads/v3/apps/docs/content/docs/native/components/(forms)/text-area.mdx > A multiline text input component with styled border and background for collecting longer user input. *** ## Import ```tsx import { TextArea } from 'heroui-native'; ``` ## Usage ### Basic Usage TextArea can be used standalone or within a TextField component. ```tsx import { TextArea } from 'heroui-native';