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 374dfbf commit 9aaee1fCopy full SHA for 9aaee1f
docs/data/toolpad/core/components/dashboard-layout/dashboard-layout.md
@@ -126,6 +126,12 @@ The layout sidebar can be hidden if needed with the `hideNavigation` prop.
126
127
{{"demo": "DashboardLayoutSidebarHidden.js", "height": 400, "iframe": true}}
128
129
+### Toggle sidebar
130
+
131
+The sidebar can be toggled if needed with the `sidebarCollapsed` prop.
132
133
+{{"demo": "DashboardLayoutSidebarCollapsedProp.js", "height": 400, "iframe": true}}
134
135
## Full-size content
136
137
The layout content can take up the full available area with styles such as `flex: 1` or `height: 100%`.
0 commit comments