You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "meta component" for rendering dynamic components. The actual component to render is determined by the `is` prop:
11
+
A "meta component" for rendering dynamic components. The actual component to render is determined by the `is` prop. An `is` prop as a string could be either an HTML tag name or a Component name.
12
+
13
+
-**Example:**
12
14
13
15
```html
14
16
<!-- a dynamic component controlled by -->
@@ -17,6 +19,12 @@
17
19
18
20
<!-- can also render registered component or component passed as prop -->
0 commit comments