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
Copy file name to clipboardExpand all lines: src/routes/reference/components/dynamic.mdx
+11-43Lines changed: 11 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,15 @@ tags:
12
12
- rendering
13
13
version: "1.0"
14
14
description: >-
15
-
Render a component or intrinsic element selected at runtime, and access the
16
-
lower-level `createDynamic` helper.
15
+
Render a component or intrinsic element selected at runtime.
17
16
---
18
17
19
-
`<Dynamic>` renders the value of its `component` prop as either a custom component or an intrinsic element.`createDynamic` provides the same behavior as a function.
18
+
`<Dynamic>` renders the value of its `component` prop as either a custom component or an intrinsic element.
0 commit comments