diff --git a/packages/grafana-ui/src/components/TextArea/TextArea.mdx b/packages/grafana-ui/src/components/TextArea/TextArea.mdx
index e31487cacd0..42e2344ec22 100644
--- a/packages/grafana-ui/src/components/TextArea/TextArea.mdx
+++ b/packages/grafana-ui/src/components/TextArea/TextArea.mdx
@@ -4,4 +4,26 @@ import { TextArea } from './TextArea';
# TextArea
Use for multi line inputs like descriptions.
+### Usage
+
+```jsx
+
+```
+
+### Usage in forms with Field
+
+`TextArea` should be used with the `Field` component to get labels and descriptions. It should also be used for validation. See the `Field` component for more information.
+
+```jsx
+
+
+
+```
+
+
+
+
+
+
+