From 25109e3cbb05bfa84e4baa03c5872fd89bd46a7a Mon Sep 17 00:00:00 2001 From: "@mas764" Date: Sat, 20 Jun 2020 11:22:56 -0400 Subject: [PATCH] feat: start viewport boxes --- plugins/viewport-plugin/src/index.tsx | 45 +++++++++++++++++++++------ 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/plugins/viewport-plugin/src/index.tsx b/plugins/viewport-plugin/src/index.tsx index 786f82fd8..85abc0ef0 100644 --- a/plugins/viewport-plugin/src/index.tsx +++ b/plugins/viewport-plugin/src/index.tsx @@ -4,18 +4,43 @@ import { Box, jsx } from 'theme-ui'; export const ViewportBlock: FC = () => { return ( -
+ - content here - -
+ > + + + ); };