bulk-email/src/pages/Dashboard
2025-02-26 15:10:06 +05:30
..
internals initial commit 2025-01-09 13:12:05 +05:30
theme/customizations initial commit 2025-01-09 13:12:05 +05:30
index.tsx Update changes in dashboard and header 2025-02-26 15:10:06 +05:30
README.md initial commit 2025-01-09 13:12:05 +05:30
Title.tsx.preview initial commit 2025-01-09 13:12:05 +05:30

Dashboard template

Usage

  1. Copy these folders (dashboard and shared-theme) into your project, or one of the example projects.
  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

View the demo at https://mui.com/material-ui/getting-started/templates/dashboard/.