# Textarea The Textarea component allows you to easily create multi-line text inputs. ## Installation ```sh yarn add @chakra-ui/textarea ``` ## Import component ```jsx import { Textarea } from "@chakra-ui/textarea" ``` ## Basic Usage ```jsx