Skip to content

Commit 8615164

Browse files
mesqueebzanivan
andauthored
[docs][material-ui] Add missing required dependencies in dashboard template README (#44476)
Signed-off-by: Luca Ban <[email protected]> Co-authored-by: zanivan <[email protected]>
1 parent a55c0d0 commit 8615164

File tree

1 file changed

+1
-1
lines changed
  • docs/data/material/getting-started/templates/dashboard

1 file changed

+1
-1
lines changed

docs/data/material/getting-started/templates/dashboard/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- #default-branch-switch -->
66

77
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).
8-
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, @mui/x-charts.
8+
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
99
3. Import and use the `Dashboard` component.
1010

1111
## Demo

0 commit comments

Comments
 (0)