react admin dashboard material ui
1.0.0
2022年11月17日
material ui
的data-grid
布局的使用...yup
检查...[email protected]
及其css
...full-calendar
图书馆...nivo chart
系统...不 | 软件包名称 | 描述 |
---|---|---|
01 | 纱线添加了react-router-dom | URL导航 |
02 | 纱线添加[email protected] | React Pro侧边栏 |
03 | 纱线添加formik | 形式元素 |
04 | 纱线添加yup | 表单验证 |
05 | 纱线添加@mui/material | 材料UI |
06 | 纱线添加@emotion/react | 材料UI |
07 | 纱线添加@emotion/styled | 材料UI |
08 | 纱线添加@emotion/styled | 材料UI |
09 | 纱线添加@mui/x-data-grid | 材料UI |
10 | 纱线添加@mui/icons-material | 材料UI |
11 | 纱线添加@fullcalendar/core | 完整日历? |
12 | 纱线添加@fullcalendar/daygrid | 完整日历? |
13 | 纱线添加@fullcalendar/timegrid | 完整日历? |
14 | 纱线添加@fullcalendar/list | 完整日历? |
15 | 纱线添加@fullcalendar/interaction | 完整日历? |
16 | 纱线添加@fullcalendar/react | 完整日历? |
17 | 纱线添加@nivo/core | Nivo图表? |
18 | 纱线添加@nivo/pie | Nivo图表? |
19 | 纱线添加@nivo/bar | Nivo图表? |
20 | 纱线添加@nivo/line | Nivo图表? |
21 | 纱线添加@nivo/geo | Nivo图表? |
?
src
├── components
| ├── BarChart.jsx
| ├── GeographyChart.jsx
| ├── Header.jsx
| ├── index.js
| ├── LineChart.jsx
| ├── PieChart.jsx
| ├── ProgressCircle.jsx
| └── StatBox.jsx
|
├── constants
| ├── contactsColumns.js
| ├── faq.js
| ├── inputFormFields.js
| ├── inputFormValues.js
| ├── invoicesColumns.js
| ├── mockData.js
| ├── mockGeoFeatures.js
| ├── sidebarMenu.js
| └── teamColumns.js
|
├── pages
| | Dashboard.jsx
| | index.js
| |
| ├── charts
| | ├── Bar.jsx
| | ├── Geography.jsx
| | ├── Line.jsx
| | └── Pie.jsx
| |
| ├── global
| | ├── SidebarMenu.jsx
| | ├── SidebarMenuItem.jsx
| | └── Topbar.jsx
| |
| ├── info
| | ├── Contacts.jsx
| | ├── Invoices.jsx
| | └── Team.jsx
| |
| └── inputs
| ├── Calendars.jsx
| ├── FAQ.jsx
| └── InputForm.jsx
|
├── styles
| ├── index.css
| └── theme.js
|
├── App.jsx
└── index.js
?
tree /f