+
+## Auto Size
+
+
+
+## Allow Clear
+
+
+
+## Show Count
+
+
diff --git a/docs/examples/textarea-allow-clear.tsx b/docs/examples/textarea-allow-clear.tsx
new file mode 100644
index 0000000..f416f8c
--- /dev/null
+++ b/docs/examples/textarea-allow-clear.tsx
@@ -0,0 +1,25 @@
+/* eslint-disable no-console */
+import Input from '@rc-component/input';
+import React, { useState, type ChangeEvent } from 'react';
+
+const TextArea = Input.TextArea;
+
+export default function App() {
+ const [value, setValue] = useState('hello\nworld');
+
+ const onChange = (e: ChangeEventUncontrolled
+ +controlled
+ +when set to true
+ +when set to object of minRows and maxRows
+ +Uncontrolled
+ +controlled
+ +with height
+ +Count.exceedFormatter
+ +