Nextjs, Tailwind CSS, TuiGrid, Auth0를 활용해 간단하게 관리자 대시보드를 만들 수 있도록 하는 프로젝트입니다. 매번 관리자를 만들때마다 반복적인 작업을 많이 하는 부분들 중 일부를 미리 지원해 빠르게 관리자를 구성 할 수 있도록 하고자 합니다.
Start your development with a Free Tailwind CSS and NextJS UI Kit and Admin. Let Next Grid Admin amaze you with its cool features and build tools and get your project to a whole new level.
Next Grid Admin is Free and Open Source. It features multiple HTML and NextJS elements and it comes with dynamic components for NextJS.
It is based on Tailwind Starter Kit by Creative Tim, and it is build with both presentation pages, and pages for an admin dashboard.
Speed up your web development with a beautiful product made by Creative Tim . If you like bright and fresh colors, you will love this Free Tailwind CSS Template! It features a huge number of components that can help you create amazing websites.
- Install NodeJS LTS version from NodeJs Official Page
- Download the product on this page
- Unzip the downloaded file to a folder in your computer
- Open Terminal
- Go to your file project (where you’ve unzipped the product)
- (If you are on a linux based terminal) Simply run
npm run install:clean
- (If not) Run in terminal
npm install
- (If not) Run in terminal
npm run build:tailwind
(each time you add a new class, a class that does not exist insrc/assets/styles/tailwind.css
, you will need to run this command) - (If not) Run in terminal
npm run dev
- Navigate to https://localhost:3000
- Check more about Tailwind CSS
- Check more about TOAST UI Grid
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
Here are all the page from the project:
- Presentation
- Admin Samples
- Authentication Samples
- Presentation Samples
Next Grid Admin is built with over frontend 120 components, giving you the freedom of choosing and combining. All components can take variations in colors, that you can easily modify using Tailwind CSS classes (NOTE: each time you add a new class, a class that does not exist in src/assets/styles/tailwind.css
, you will need to compile again tailwind).
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free Tailwind CSS Template is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
Next Grid Admin comes with 120 Fully Coded CSS elements, such as Alerts, Buttons, Inputs and many more.
Please check all of them here.
We also feature the following 18 dynamic components:
- Alerts
- Popper for Menus
- Menus
- Modals
- Navbars
- Popper for popover content
- Tabs
- Popper for tooltips content
- Versions
- Documentation
- Quick Start
- Files and folders
- Browser Support
- Reporting Issues
- Licensing
- Useful Links
- Resources
The documentation for the Next Grid Admin is hosted at our website.
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 Next Grid Admin. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Next Grid Admin. 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 2023 DonDon Jang
-
Licensed under MIT
- Demo: https://next-grid-admin.vercel.app/?ref=nnjs-readme
- Download Link: https://github.com/dondonjang/next-grid-admin
- Documentation: https://github.com/dondonjang/next-grid-admin#readme?ref=nnjs-readme
- License Agreement: https://github.com/dondonjang/next-grid-admin/blob/main/LICENSE.md?ref=nnjs-readme
- Issues: Github Issues Page