Skip to content

Commit

Permalink
[docs][material-ui] Add missing required dependencies in dashboard te…
Browse files Browse the repository at this point in the history
…mplate README (#44476)

Signed-off-by: Luca Ban <[email protected]>
Co-authored-by: zanivan <[email protected]>
  • Loading branch information
mesqueeb and zanivan authored Nov 25, 2024
1 parent a55c0d0 commit 8615164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- #default-branch-switch -->

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.
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
Expand Down

0 comments on commit 8615164

Please sign in to comment.