New to KendoReact? Learn about KendoReact Free.
TextArea
Represents the KendoReact TextArea component.
Accepts properties of type TextAreaProps.
jsx
const App = () => {
    return <TextArea />;
}| Name | Type | Default | Description | 
|---|---|---|---|
| props | 
 | The props of the TextArea component. |