From 85b8a92a7b09734799d2b68e0bd53de8991ce83d Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Tue, 5 Mar 2024 15:00:02 -0700 Subject: [PATCH] update pages --- src/stories/Page.tsx | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/src/stories/Page.tsx b/src/stories/Page.tsx index ec054e8..e9b5d1e 100644 --- a/src/stories/Page.tsx +++ b/src/stories/Page.tsx @@ -20,43 +20,61 @@ export const Page: React.FC = () => { />
-

Pages in Storybook

+

Pages in Storybook with Reuben

We recommend building UIs with a{' '} - + component-driven {' '} process starting with atomic components and ending with pages.

- Render pages with mock data. This makes it easy to build and review page states without - needing to navigate to them in your app. Here are some handy patterns for managing page - data in Storybook: + Render pages with mock data. This makes it easy to build and review + page states without needing to navigate to them in your app. Here are + some handy patterns for managing page data in Storybook:

Get a guided tutorial on component-driven development at{' '} - + Storybook tutorials . Read more in the{' '} - + docs .

- Tip Adjust the width of the canvas with the{' '} - + Tip Adjust the width of the canvas with + the{' '} +