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