react admin dashboard material ui
1.0.0
17 de noviembre de 2022
data-grid
de material ui
...yup
Comprobación ...[email protected]
con su css
...full-calendar
...nivo chart
...No | Nombre de los paquetes | Descripción |
---|---|---|
01 | hilo agregar react-router-dom | Navegación de URL |
02 | Yarn Agregar [email protected] | Barra lateral react Pro |
03 | hilo agregar formik | Formulario de elementos |
04 | hilo agregar yup | Validaciones de formulario |
05 | hilo agregar @mui/material | Ui material |
06 | hilo agregar @emotion/react | Ui material |
07 | hilo agregar @emotion/styled | Ui material |
08 | hilo agregar @emotion/styled | Ui material |
09 | Yarn Agregar @mui/x-data-grid | Ui material |
10 | hilo agregar @mui/icons-material | Ui material |
11 | hilo agregar @fullcalendar/core | ¿Calendario completo? |
12 | hilo agregar @fullcalendar/daygrid | ¿Calendario completo? |
13 | hilo agregar @fullcalendar/timegrid | ¿Calendario completo? |
14 | hilo agregar @fullcalendar/list | ¿Calendario completo? |
15 | hilo agregar @fullcalendar/interaction | ¿Calendario completo? |
16 | hilo agregar @fullcalendar/react | ¿Calendario completo? |
17 | hilo agregar @nivo/core | Gráfico nivo? |
18 | hilo agregar @nivo/pie | Gráfico nivo? |
19 | hilo agregar @nivo/bar | Gráfico nivo? |
20 | hilo agregar @nivo/line | Gráfico nivo? |
21 | hilo agregar @nivo/geo | Gráfico 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