From 6a1f821a78ccecb22006569aedd325d09e73e274 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 18 Apr 2021 21:27:04 -0400 Subject: [PATCH] Update ItemViewAppBar stories --- .../ItemViewAppBar/ItemViewAppBar.stories.mdx | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.stories.mdx b/src/components/ItemViewAppBar/ItemViewAppBar.stories.mdx index b687ccd..dd4d60a 100644 --- a/src/components/ItemViewAppBar/ItemViewAppBar.stories.mdx +++ b/src/components/ItemViewAppBar/ItemViewAppBar.stories.mdx @@ -1,19 +1,23 @@ -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; +import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import ItemViewAppBar from "./ItemViewAppBar"; -The ItemViewAppBar is the primary toolbar for the [ItemView](/?path=/docs/components-itemview--with-item). It displays the item title and action for closing the sidebar. + - - - - -# Default Usage +The ItemViewAppBar is the primary toolbar for the [ItemView](/?path=/docs/components-itemview). It displays the active item's title and action for closing the sidebar. - null - }}> - {args => } + null + }} + > + { args => } - \ No newline at end of file + + + \ No newline at end of file