notus nextjs
Updated dependencies
Dies ist die Projektstruktur, die Sie beim Download erhalten:
notus-nextjs
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── assets
│ ├── img
│ │ ├── brand
│ │ │ └── favicon.ico
│ │ ├── github.svg
│ │ └── google.svg
│ └── styles
│ ├── index.css
│ └── tailwind.css
├── components
│ ├── Cards
│ │ ├── CardBarChart.js
│ │ ├── CardLineChart.js
│ │ ├── CardPageVisits.js
│ │ ├── CardProfile.js
│ │ ├── CardSettings.js
│ │ ├── CardSocialTraffic.js
│ │ ├── CardStats.js
│ │ └── CardTable.js
│ ├── Dropdowns
│ │ ├── IndexDropdown.js
│ │ ├── NotificationDropdown.js
│ │ ├── PagesDropdown.js
│ │ ├── TableDropdown.js
│ │ └── UserDropdown.js
│ ├── Footers
│ │ ├── Footer.js
│ │ ├── FooterAdmin.js
│ │ └── FooterSmall.js
│ ├── Headers
│ │ └── HeaderStats.js
│ ├── Maps
│ │ └── MapExample.js
│ ├── Navbars
│ │ ├── AdminNavbar.js
│ │ ├── AuthNavbar.js
│ │ └── IndexNavbar.js
│ ├── PageChange
│ │ └── PageChange.js
│ └── Sidebar
│ └── Sidebar.js
├── layouts
│ ├── Admin.js
│ └── Auth.js
├── next.config.js
├── package.json
├── pages
│ ├── 404.js
│ ├── _app.js
│ ├── _document.js
│ ├── _error.js
│ ├── admin
│ │ ├── dashboard.js
│ │ ├── maps.js
│ │ ├── settings.js
│ │ └── tables.js
│ ├── auth
│ │ ├── login.js
│ │ └── register.js
│ ├── index.js
│ ├── landing.js
│ └── profile.js
└── tailwind.config.js
Gegenwärtig wollen wir offiziell die letzten beiden Versionen der folgenden Browser unterstützen:
| Chrom | Firefox | Rand | Safari | Oper |
|---|---|---|---|---|
![]() |
Wir verwenden GitHub -Probleme als offiziellen Bug -Tracker für die Notus NextJs. Hier sind einige Ratschläge für unsere Benutzer, die ein Problem melden möchten:
Copyright 2021 Creative Tim
Lizenziert unter MIT
Twitter: https://twitter.com/creativetim
Facebook: https://www.facebook.com/creativetim
Dribbble: https://dribbble.com/creativetim
Instagram: https://www.instagram.com/creativetimofficial/