diff --git a/docs/src/pages/components/TextArea.svx b/docs/src/pages/components/TextArea.svx
index a2babc64..097afb33 100644
--- a/docs/src/pages/components/TextArea.svx
+++ b/docs/src/pages/components/TextArea.svx
@@ -11,6 +11,14 @@ components: ["TextArea", "TextAreaSkeleton"]
+### Maximum character count
+
+Specify the max character count using the `maxCount` prop. A character counter will be displayed to the right of the label.
+
+You can always use the native `maxlength` attribute if you'd prefer that a counter not be shown.
+
+
+
### With helper text