Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
16 lines
600 B
Markdown
16 lines
600 B
Markdown
# Dashboard template
|
|
|
|
## Usage
|
|
|
|
<!-- #target-branch-reference -->
|
|
|
|
1. Copy these folders (`dashboard` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
|
|
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, @mui/x-charts, @mui/x-date-pickers, @mui/x-data-grid, @mui/x-tree-view, dayjs
|
|
3. Import and use the `Dashboard` component.
|
|
|
|
## Demo
|
|
|
|
<!-- #host-reference -->
|
|
|
|
View the demo at https://mui.com/material-ui/getting-started/templates/dashboard/.
|