---
components: ["TextArea", "TextAreaSkeleton"]
---
## Default
## Counter (character)
Specify a number using the `maxCount` prop to show a character counter. The default mode is `"charcacter"`.
The `maxlength` attribute is set to `maxCount` in this mode. You can override this by specifying `maxlength={undefined}`.
## Counter (word)
Specify `counterMode="word"` for the counter to count words instead of characters.
## With helper text
## Hidden label
## Light variant
## Read-only variant
## Custom rows
Specify `rows` to adjust the height of the textarea.
By default, `rows` is set to `4`.
## Custom cols
If `cols` is a number, the `textarea` will not be resizeable.
## Invalid state
## Warning state
## Disabled state
## Skeleton
## Skeleton without label