diff --git a/src/fragments/shell/Shell.stories.tsx b/src/fragments/shell/Shell.stories.tsx index a784a52..df0f8d9 100644 --- a/src/fragments/shell/Shell.stories.tsx +++ b/src/fragments/shell/Shell.stories.tsx @@ -18,10 +18,15 @@ import { TableHeader, TableRow, Tab, - Tabs + Tabs, + BreadcrumbItem, + Breadcrumbs, + Textarea, + Switch } from "../../components/base"; import { FormSection } from "../form/FormSection"; import { Widget } from "../widget/Widget"; +import { Chart, Grid } from "../../components"; // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction const meta: Meta = { @@ -161,6 +166,10 @@ export const Auto: Story = { export const WithTable: Story = { args: { ...Primary.args, + sidebar: Primary.args?.sidebar ? { + ...Primary.args.sidebar, + autoLayout: true, + } : undefined, children: ( <>

Customers

@@ -204,30 +213,24 @@ export const WithTable: Story = {

First Section

- - - - - + + + - - + +