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
@@ -10,18 +9,18 @@ The HTML component allows you to display HTML content.
10
9
The following section details HTML component's specific settings. For more details on the App Editor, check the [dedicated documentation](../0_app_editor/index.mdx) or the App Editor [Quickstart](../../getting_started/7_apps_quickstart/index.mdx):
11
10
12
11
<divclass="grid grid-cols-2 gap-6 mb-4">
13
-
<DocCard
14
-
color="orange"
15
-
title="App Editor Documentation"
16
-
description="The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code."
17
-
href="/docs/apps/app_editor"
18
-
/>
19
-
<DocCard
20
-
color="orange"
21
-
title="Apps Quickstart"
22
-
description="Learn how to build your first app in a matter of minutes."
23
-
href="/docs/getting_started/apps_quickstart"
24
-
/>
12
+
<DocCard
13
+
color="orange"
14
+
title="App Editor Documentation"
15
+
description="The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code."
16
+
href="/docs/apps/app_editor"
17
+
/>
18
+
<DocCard
19
+
color="orange"
20
+
title="Apps Quickstart"
21
+
description="Learn how to build your first app in a matter of minutes."
22
+
href="/docs/getting_started/apps_quickstart"
23
+
/>
25
24
</div>
26
25
27
26
## HTML Input
@@ -36,3 +35,26 @@ The following section details HTML component's specific settings. For more detai
0 commit comments