diff --git a/README.md b/README.md
index 57fce2f32..897525085 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ There are a significant number of controls in ASP.NET Web Forms, and we will foc
- RadioButtonList
- Substitution
- Table
- - TextBox
+ - [TextBox](docs/EditorControls/TextBox.md)
- View
- Xml
- Data Controls
diff --git a/docs/EditorControls/TextBox.md b/docs/EditorControls/TextBox.md
new file mode 100644
index 000000000..6e878d1f3
--- /dev/null
+++ b/docs/EditorControls/TextBox.md
@@ -0,0 +1,202 @@
+# TextBox
+
+The **TextBox** component displays a single-line text box, multi-line text area, or specialized HTML5 input control (password, email, number, date, etc.) for user input.
+
+Original Microsoft documentation: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.textbox?view=netframework-4.8
+
+## Features Supported in Blazor
+
+- Single-line text input (``)
+- Multi-line text area (`