TextArea
Component
Represents the KendoReact TextArea component.
Accepts properties of type TextAreaProps.
Definition
Package:@progress/kendo-react-inputs
Syntax:
jsx
const App = () => {
return <TextArea />;
}
Properties
props
TextAreaProps intersected with RefAttributes<null | TextAreaHandle>
The props of the TextArea component.