Skip to content

Siumauricio/nextui-dashboard-template

 
 

Repository files navigation

NextJS and NextUI Dashboard Template Starter

You can deploy here directly to vercel Deploy with Vercel

V2 Check https://github.com/Siumauricio/nextui-dashboard-template/tree/main

This is a template for NextJS and NextUI.

NextJS NextUI

You can see the demo here: https://nextui-dashboard-template.vercel.app/ For improve this template, you can create a pull request or open an issue here Issues or Pull Request

Dark Mode

Dashboard Dark Mode

Light Mode

Dashboard Light Mode

  • Dark Mode Support
  • Full Responsive
  • Home Page with Charts
  • Accounts Page
  • More pages coming soon...
├── components
│   ├── accounts            # Accounts components
│   ├── charts              # Charts components
│   ├── breadcrumb          # component
|   ├── home                # Home components
|   ├── layout              # Layout components
|   ├── navbar              # Navbar components
|   ├── sidebar             # Sidebar components
|   ├── table               # Table components
|   ├── styles              # Some reusable components
|   ├── icons               # Icons
|   ├── hooks               #  Hooks
├── pages                   # Documentation files 
│   ├──  _app.tsx           # Entry point for the app
│   ├──  index.tsx          # Home page
│   ├── accounts.tsx        # Accounts Page
│   ├── more...             # Soon
└──

For Run

Install dependencies

npm install

Start the server

npm run dev

Now you can visit https://localhost:3000 in your browser.