react admin dashboard material ui
1.0.0
17 novembre 2022
data-grid
material ui
...yup
...[email protected]
avec son css
...full-calendar
...nivo chart
...Non | Nom de packages | Description |
---|---|---|
01 | fil Ajouter react-router-dom | Navigation URL |
02 | yarn ajouter [email protected] | React Pro Sidebar |
03 | fil Ajouter formik | Former des éléments |
04 | fil Ajouter yup | Formez les validations |
05 | fil Ajouter @mui/material | Ui matériel |
06 | fil Ajouter @emotion/react | Ui matériel |
07 | fil Ajouter @emotion/styled | Ui matériel |
08 | fil Ajouter @emotion/styled | Ui matériel |
09 | Yarn Add @mui/x-data-grid | Ui matériel |
10 | fil Ajouter @mui/icons-material | Ui matériel |
11 | yarn add @fullcalendar/core | Calendrier complet? |
12 | yarn add @fullcalendar/daygrid | Calendrier complet? |
13 | yarn add @fullcalendar/timegrid | Calendrier complet? |
14 | yarn add @fullcalendar/list | Calendrier complet? |
15 | yarn add @fullcalendar/interaction | Calendrier complet? |
16 | yarn add @fullcalendar/react | Calendrier complet? |
17 | yarn add @nivo/core | Nivo Chart? |
18 | fil Ajouter @nivo/pie | Nivo Chart? |
19 | yarn add @nivo/bar | Nivo Chart? |
20 | fil Ajouter @nivo/line | Nivo Chart? |
21 | yarn add @nivo/geo | Nivo Chart? |
?
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