DashboardLayout API
API reference docs for the React DashboardLayout component. Learn about the props, CSS, and other APIs of this exported module.
Demos
Import
import { DashboardLayout } from '@toolpad/core/DashboardLayout';
// or
import { DashboardLayout } from '@toolpad/core';
Learn about the difference by reading this guide on minimizing bundle size.
Props of the native component are also available.
Name | Type | Description |
---|---|---|
children* | node | The content of the dashboard. |
The component cannot hold a ref.