From fb9a3c0212deab928e5965d194d053315ae026b0 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 18 Apr 2021 23:03:52 -0400 Subject: [PATCH] Update MessageView stories --- .../MessageView/MessageView.stories.mdx | 70 ++++++++++--------- 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/src/components/MessageView/MessageView.stories.mdx b/src/components/MessageView/MessageView.stories.mdx index e2710c9..d2b62ee 100644 --- a/src/components/MessageView/MessageView.stories.mdx +++ b/src/components/MessageView/MessageView.stories.mdx @@ -1,45 +1,51 @@ -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; +import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import MessageView from "./MessageView"; -The MessageView displays an [EmailHeader](/?path=/docs/components-emailheader--default-without-props) and the content of a message. + - +Displays an [EmailHeader](/?path=/docs/components-emailheader) and the content of a message. # Default - - {args => } + + {args => } -# With Message Data +# With Data - - {args => } + + {args => } - \ No newline at end of file + + + \ No newline at end of file