test cicd

This commit is contained in:
2025-04-02 14:38:15 +02:00
commit 044371a460
54 changed files with 5280 additions and 0 deletions

15
src/dashboard/README.md Normal file
View File

@ -0,0 +1,15 @@
# Dashboard template
## Usage
<!-- #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/v6.x/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
<!-- #default-branch-switch -->
View the demo at https://mui.com/material-ui/getting-started/templates/dashboard/.