New to KendoReact? Start a free 30-day trial
TextArea
Represents the KendoReact TextArea component.
Accepts properties of type TextAreaProps.
jsx
class App extends React.Component {
render() {
return <TextArea />;
}
}
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the TextArea component. |