diff --git a/src/components/TimelineActionCard/TimelineActionCard.stories.mdx b/src/components/TimelineActionCard/TimelineActionCard.stories.mdx index 8712f6e..9831a58 100644 --- a/src/components/TimelineActionCard/TimelineActionCard.stories.mdx +++ b/src/components/TimelineActionCard/TimelineActionCard.stories.mdx @@ -1,41 +1,62 @@ -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; +import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import TimelineActionCard from "./TimelineActionCard"; + Renders a card like view for an action with free form text content like an Edit or Reply. - - # Edit - - {args => } + + { args => } # Reply - - {args => } + + { args => } + \ No newline at end of file