Appearance
The TextArea provides a predefined set of appearance options.
Apart from the default vision of the TextArea, these alternative styling options enable you to configure each individual aspect of the appearance of a TextArea.
The following example demonstrates all the available appearance options of the TextArea in a single, configurable demo.
Size
The KendoReact TextArea enables you to configure its size.
smallmedium(Default)large
The following example demonstrates how to set the size of the TextArea.
Fill Mode
The TextArea supports the following fillMode options:
solid(Default)outlineflat
The following example demonstrates how to set the fillMode of the TextArea.
Border Radius
The TextArea enables you to apply different border radius to the component through the rounded property.
The rounded option supports the following values:
smallmedium(Default)largefullnone- Does not set aclassNamefor size
The following example demonstrates how to define the border radius of the TextArea.