From be46fb2102ff67074ed96c587a97cb6b1081accf Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 13 Apr 2021 23:42:22 -0400 Subject: [PATCH] Update stories --- .../Assignment/Assignment.stories.mdx | 37 +++++++++++++------ 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/components/Assignment/Assignment.stories.mdx b/src/components/Assignment/Assignment.stories.mdx index fd84f5d..a40b5b9 100644 --- a/src/components/Assignment/Assignment.stories.mdx +++ b/src/components/Assignment/Assignment.stories.mdx @@ -1,17 +1,32 @@ +import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; +import Assignment from './Assignment'; -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; -import Assignment from './Assignment'; + -Renders a string representation of an assignment with a relative time. +Renders a formatted string showing an Item's assignment action. - +export const Template = (args) => - - {args => } + + {args => } - \ No newline at end of file + + + \ No newline at end of file