# Input: TextArea ## Usage ```js import { TextArea } from 'asc-web-components'; ``` #### Description TextArea is used for displaying custom textarea #### Usage ```js ; ``` #### Properties | Props | Type | Required | Values | Default | Description | | ---------------------- | -------- | :------: | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------ | | `placeholder` | `string` | - | - | - | Placeholder for TextArea | | `onChange` | `func` | - | - | - | Allow you to handle changing events of component