wilsilva / nextui-dashboard

Dashboard sample using NextUI and NextJS

Home Page:https://nextui-dashboard.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS and NextUI Dashboard Sample

You can deploy here directly to vercel Deploy with Vercel

This is a sample for NextJS and NextUI.

NextJS NextUI

You can see the demo here: https://nextui-dashboard.vercel.app/

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.

About

Dashboard sample using NextUI and NextJS

https://nextui-dashboard.vercel.app/


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:CSS 0.1%