--- path: components/textarea/usage title: Usage position: 2 seo_title: Guidelines for Using the TextArea Component seo_description: Get the knack of the Telerik and Kendo UI TextArea and learn how to use and implement the component by following the instructions and recommendations in the user guidelines created by our designers. --- ## Usage Guidelines The Telerik and Kendo UI TextArea requires you to follow some basic principles when using the component. ### Text Label Usually, the TextArea is used as part of a form along with other fields and components. Therefore, labeling is of primary importance as it clarifies the meaning of the TextArea and communicates its context to the user. The label of the TextArea can be set as part of the Telerik and Kendo UI Form component.   ![A Telerik and Kendo UI TextArea with a clear and straightforward label.](images/components-textarea-usage-text-label-do.png "Use a simple and straightforward label for the Telerik and Kendo UI TextArea to clearly communicate the expected input.") ![A Telerik and Kendo UI TextArea showing no label.](images/components-textarea-usage-text-label-dont.png "Do not render a Telerik and Kendo UI TextArea without a label.") ### Size By design, TextAreas come in handy when users are expected to enter long chunks of text that span two or more lines. Therefore, the size of the component has to correspond to the expected amount of data as much as possible. ![A Telerik and Kendo UI TextArea with a bigger input field for the required message than the input field for the subject.](images/components-textarea-usage-length-do.png "Provide more space in the Telerik and Kendo UI TextArea for expected longer inputs.") ![A Telerik and Kendo UI TextArea with same-sized input fields for the required message and the subject.](images/components-textarea-usage-length-dont.png "Do now show small input fields for the Telerik and Kendo UI TextArea when the required information is expected to be longer.")