TextArea
Represents the KendoReact TextArea component.
Accepts properties of type TextAreaProps.
Obtaining the TextAreaHandle
.
class App extends React.Component {
render() {
return <TextArea />;
}
}
ReactDOM.render(<App />, document.querySelector('my-app'));