diff --git a/src/components/ItemTableAppBar/ItemTableAppBar.stories.mdx b/src/components/ItemTableAppBar/ItemTableAppBar.stories.mdx index 6e07059..ef6144f 100644 --- a/src/components/ItemTableAppBar/ItemTableAppBar.stories.mdx +++ b/src/components/ItemTableAppBar/ItemTableAppBar.stories.mdx @@ -1,21 +1,30 @@ -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; +import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks'; import ItemTableAppBar from "./ItemTableAppBar"; -import { ThemeProvider } from "@material-ui/styles"; + The ItemTableAppBar is the primary toolbar for the [ItemTable](/?path=/docs/components-itemtable--loading). It displays the application title and application wide actions. - - -export const Template = (props) => - -# Default - - - {args => } + alert("Use the darkmode toggle in the toolbar above.") + }} + > + { args => } + + \ No newline at end of file