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