# @fluentui/react-textarea **React Textarea components for [Fluent UI React](https://react.fluentui.dev)** The Textarea component is a multiline text input that allows the user to enter ## Usage To import Textarea: ```js import { Textarea } from '@fluentui/react-textarea'; ``` ### Examples ```js