From 1bc00adb18059a91fb34dabbe409bdeba714e26e Mon Sep 17 00:00:00 2001 From: Dan Lebo Date: Tue, 31 Jan 2023 13:25:43 -0800 Subject: [PATCH] add placeholder --- beta/src/components/Layout/HomePage.tsx | 28 +++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/beta/src/components/Layout/HomePage.tsx b/beta/src/components/Layout/HomePage.tsx index 7c4e32b7b..5cf9ec2b9 100644 --- a/beta/src/components/Layout/HomePage.tsx +++ b/beta/src/components/Layout/HomePage.tsx @@ -80,10 +80,11 @@ export function HomePage({routeTree, meta}: PageProps) { combine them into entire screens, pages, and apps.

-
- -
- {`function UserPanel({ user }) { +
+
+
+ +
{`function UserPanel({ user }) { return ( @@ -91,13 +92,28 @@ export function HomePage({routeTree, meta}: PageProps) { ); -}`} +}`}
+
- +
+
+ Placeholder slot for image +
+
+
+
+
+

+ React lets you build user interfaces out of individual + pieces called components. Create your own React + components like a button, a panel, or an avatar. Then + combine them into entire screens, pages, and apps. +

+