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