diff --git a/docs/demo/auto-tokenization.md b/docs/demo/auto-tokenization.md
new file mode 100644
index 00000000..492f5b02
--- /dev/null
+++ b/docs/demo/auto-tokenization.md
@@ -0,0 +1,8 @@
+---
+title: auto-tokenization
+nav:
+ title: Demo
+ path: /demo
+---
+
+
diff --git a/docs/examples/auto-tokenization.tsx b/docs/examples/auto-tokenization.tsx
new file mode 100644
index 00000000..c1901085
--- /dev/null
+++ b/docs/examples/auto-tokenization.tsx
@@ -0,0 +1,17 @@
+import React from 'react';
+import Select from 'rc-select';
+import '../../assets/index.less';
+
+const Demo: React.FC = () => (
+ <>
+
自动分词
+