diff --git a/src/v2/api/index.md b/src/v2/api/index.md
index 91e762aa64..cf299fcf3e 100644
--- a/src/v2/api/index.md
+++ b/src/v2/api/index.md
@@ -1785,7 +1785,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
-
+
@@ -1958,6 +1958,31 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
- **See also:** [Named Slots](../guide/components.html#Named-Slots)
+### is
+
+- **Expects:** `string`
+
+ Used for [dynamic components](../guide/components.html#Dynamic-Components) and to work around [limitations of in-DOM templates](../guide/components.html#DOM-Template-Parsing-Caveats).
+
+ For example:
+
+ ``` html
+
+
+
+
+
+
+ ```
+
+ For detailed usage, follow the links in the description above.
+
+- **See also:**
+ - [Dynamic Components](../guide/components.html#Dynamic-Components)
+ - [DOM Template Parsing Caveats](../guide/components.html#DOM-Template-Parsing-Caveats)
+
## Built-In Components
### component