We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48395cc commit 6e49199Copy full SHA for 6e49199
packages/lib/src/layout/ApplicationLayout.stories.tsx
@@ -72,7 +72,7 @@ const ApplicationLayoutResponsiveSidenav = () => (
72
<DxcApplicationLayout.Sidenav
73
branding={{ appTitle: "Application layout with push sidenav" }}
74
navItems={items}
75
- bottomContent={(expanded: boolean) => (!expanded ? <p>Responsive Content</p> : <></>)}
+ defaultExpanded={false}
76
/>
77
}
78
>
0 commit comments