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{' '} +