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