This is the project structure that you will get upon the download:
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
At present, we officially aim to support the last two versions of the following browsers:
Chrome | Firefox | Edge | Safari | Opera |
---|---|---|---|---|
We use GitHub Issues as the official bug tracker for the Notus NextJS. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Notus NextJS. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
-
Copyright 2021 Creative Tim
-
Licensed under MIT
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
- Check our awesome builder here
- Check Tailwind Starter Kit, the project behind this product here
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Instagram: https://www.instagram.com/creativetimofficial/
- Demo: https://demos.creative-tim.com/notus-nextjs/?ref=nnjs-readme
- Download Page: https://www.creative-tim.com/product/notus-nextjs
- Documentation: https://www.creative-tim.com/learning-lab/tailwind/nextjs/overview/notus?ref=nnjs-readme
- License Agreement: https://www.creative-tim.com/license?ref=nnjs-readme
- Support: https://www.creative-tim.com/contact-us?ref=nnjs-readme
- Issues: Github Issues Page