NextJS Material Kit is a Free Material-UI Kit with a fresh, new design inspired by Google's material design and is was developed using NextJS, starting from this starter project by Material-UI and Material Kit React by Creative Tim. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Material-UI elements, you will find three fully-coded example pages, to help you design your NextJS project.
NextJS Material Kit makes use of light, surface and movement. It uses a deliberate color choice, edge-to-edge imagery and large scale typography. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left and the actions on the right.
This new design has elements that have been the result of research regarding ink and paper and the way objects and materials interact in real life. The result is a beautiful and consistent set of elements that can get you started with your next project. NextJS Material Kit is a great tool if you are looking to create a web presence for your web application and need to be consistent, leaving the impression of visually similar elements. It is also a great resource in its own right, looking gorgeous and helping you build your web pages.
NextJS Material Kit was built with the help of nextjs and it uses a framework built by our friends from Material-UI, who did an amazing job creating the backbone for the material effects, animations, ripples and transitions. Big thanks to this team for the effort and forward thinking they put into it.
- Versions
- Demo
- Quick Start
- Deploy
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
React Native | Figma | WordPress | NextJS |
---|---|---|---|
HTML | React | Vue |
---|---|---|
Buttons | Inputs | Navbars |
---|---|---|
Login Page | Landing Page | Profile Page |
---|---|---|
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/nextjs-material-kit.git
. npm i nextjs-material-kit
- Install with Bower:
bower install nextjs-material-kit
.
π You can deploy your own version of the template to Genezio with one click:
The documentation for the NextJS Material Kit is hosted at our website.
Within the download you'll find the following directories and files:
nextjs-material-kit
.
βββ CHANGELOG.md
βββ ISSUE_TEMPLATE.md
βββ LICENSE.md
βββ README.md
βββ next.config.js
βββ package.json
βββ Documentation
βΒ Β βββ assets
βΒ Β βββ tutorial-components.html
βββ assets
βΒ Β βββ css
βΒ Β βββ img
βΒ Β βΒ Β βββ examples
βΒ Β βΒ Β βββ faces
βΒ Β βββ jss
βΒ Β βΒ Β βββ nextjs-material-kit
βΒ Β βΒ Β βΒ Β βββ components
βΒ Β βΒ Β βΒ Β βββ pages
βΒ Β βΒ Β βΒ Β βββ componentsSections
βΒ Β βΒ Β βΒ Β βββ landingPageSections
βΒ Β βΒ Β βββ nextjs-material-kit.js
βΒ Β βββ scss
βΒ Β βββ core
βΒ Β βΒ Β βββ mixins
βΒ Β βΒ Β βββ variables
βΒ Β βββ plugins
βΒ Β βββ nextjs-material-kit.scss
βββ pages
βΒ Β βββ _app.js
βΒ Β βββ _document.js
βΒ Β βββ _error.js
βΒ Β βββ components.js
βΒ Β βββ index.js
βΒ Β βββ landingpage.js
βΒ Β βββ loginpage.js
βΒ Β βββ profilepage.js
βββ components
βΒ Β βββ Badge
βΒ Β βΒ Β βββ Badge.js
βΒ Β βββ Card
βΒ Β βΒ Β βββ Card.js
βΒ Β βΒ Β βββ CardBody.js
βΒ Β βΒ Β βββ CardFooter.js
βΒ Β βΒ Β βββ CardHeader.js
βΒ Β βββ Clearfix
βΒ Β βΒ Β βββ Clearfix.js
βΒ Β βββ CustomButtons
βΒ Β βΒ Β βββ Button.js
βΒ Β βββ CustomDropdown
βΒ Β βΒ Β βββ CustomDropdown.js
βΒ Β βββ CustomInput
βΒ Β βΒ Β βββ CustomInput.js
βΒ Β βββ CustomLinearProgress
βΒ Β βΒ Β βββ CustomLinearProgress.js
βΒ Β βββ CustomTabs
βΒ Β βΒ Β βββ CustomTabs.js
βΒ Β βββ Footer
βΒ Β βΒ Β βββ Footer.js
βΒ Β βββ Grid
βΒ Β βΒ Β βββ GridContainer.js
βΒ Β βΒ Β βββ GridItem.js
βΒ Β βββ Header
βΒ Β βΒ Β βββ Header.js
βΒ Β βΒ Β βββ HeaderLinks.js
βΒ Β βββ InfoArea
βΒ Β βΒ Β βββ InfoArea.js
βΒ Β βββ NavPills
βΒ Β βΒ Β βββ NavPills.js
βΒ Β βββ PageChange
βΒ Β βΒ Β βββ PageChange.js
βΒ Β βββ Pagination
βΒ Β βΒ Β βββ Pagination.js
βΒ Β βββ Parallax
βΒ Β βΒ Β βββ Parallax.js
βΒ Β βββ Snackbar
βΒ Β βΒ Β βββ SnackbarContent.js
βΒ Β βββ Typography
βΒ Β βββ Danger.js
βΒ Β βββ Info.js
βΒ Β βββ Muted.js
βΒ Β βββ Primary.js
βΒ Β βββ Quote.js
βΒ Β βββ Small.js
βΒ Β βββ Success.js
βΒ Β βββ Warning.js
βββ pages-sections
βββ Components-Sections
βΒ Β βββ SectionBasics.js
βΒ Β βββ SectionCarousel.js
βΒ Β βββ SectionCompletedExamples.js
βΒ Β βββ SectionDownload.js
βΒ Β βββ SectionExamples.js
βΒ Β βββ SectionJavascript.js
βΒ Β βββ SectionLogin.js
βΒ Β βββ SectionNavbars.js
βΒ Β βββ SectionNotifications.js
βΒ Β βββ SectionPills.js
βΒ Β βββ SectionTabs.js
βΒ Β βββ SectionTypography.js
βββ LandingPage-Sections
βββ ProductSection.js
βββ TeamSection.js
βββ WorkSection.js
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://demos.creative-tim.com/nextjs-material-kit/?ref=njsmk-readme
- Download Page: https://www.creative-tim.com/product/nextjs-material-kit?ref=njsmk-readme
- Documentation: https://demos.creative-tim.com/nextjs-material-kit/documentation/tutorial?ref=njsmk-readme
- License Agreement: https://www.creative-tim.com/license?ref=njsmk-readme
- Support: https://www.creative-tim.com/contact-us?ref=njsmk-readme
- Issues: Github Issues Page
- Nepcha Analytics - Analytics tool for your website
- Dashboards:
HTML | React | Vue | Angular |
---|---|---|---|
HTML Dark | Laravel | Vuetify |
---|---|---|
We use GitHub Issues as the official bug tracker for the NextJS Material Kit. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Material Kit. 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 Creative Tim (https://www.creative-tim.com/?ref=njsmk-readme)
-
Licensed under MIT (https://github.com/creativetimofficial/nextjs-material-kit/blob/main/LICENSE.md)
- 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
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim