From a83e6a64257cf58b2f2d88d50f72e916faed8a0f Mon Sep 17 00:00:00 2001 From: cdxker Date: Sat, 24 Aug 2024 18:45:57 -0700 Subject: [PATCH] feat: added in baseline viewer panels --- apps/web/src/pages/Viewer.tsx | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/apps/web/src/pages/Viewer.tsx b/apps/web/src/pages/Viewer.tsx index 4c8fdb28f..662b3f1aa 100644 --- a/apps/web/src/pages/Viewer.tsx +++ b/apps/web/src/pages/Viewer.tsx @@ -1,3 +1,29 @@ -export const Viewer = () => { - return
Hello Viewer
; -}; +import { Text } from "@radix-ui/themes"; + +export const Viewer = () =>
+
+ I'm pdf bro +
+
+ {[0, 1, 2, 3, 4].map(() => { + + return ( +
+ +
+ Header 2x +
+ Markdown + Json +
+
+ +
+ What is up bro, I'ma chunk +
+
+ ); + })} +
+ +
;