npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nextjs-argon-dashboard

v1.1.0

Published

NextJS version of Argon Dashboard React by Creative Tim

Downloads

16

Readme

NextJS Argon Dashboard Tweet

version license GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Product Image

Start your development with a Dashboard for NextJS, Bootstrap 4, React and Reactstrap. It is open source, free and it features many components that can help you create amazing websites.

Fully Coded Components

NextJS Argon Dashboard is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with pre-built 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.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this dashboard here. You can check the components here and the foundation here.

Example Pages

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.

Table of Contents

Versions

| NextJS | ASP.NET | NodeJS | React | Angular | | --- | --- | --- | --- | --- | | Argon Dashboard Asp.net | Argon Dashboard Asp.net | Argon Dashboard Nodejs | Argon Dashboard React | Argon Dashboard Angular |

| React Native | VueJS | Laravel | Bootstrap | BootstrapVue | Django | | --- | --- | --- | --- | --- | --- | | Argon React Native | Vue Argon Dashboard | Argon Dashboard Laravel | Argon Dashboard | BootstrapVue Argon Dashboard | Argon Dashboard Django |

Demo

View More.

Quick start

Documentation

The documentation for the Material Kit is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

NextJS Argon Dashboard
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── Documentation
│   └── documentation.html
├── assets
│   ├── css
│   │   ├── nextjs-argon-dashboard.css
│   │   ├── nextjs-argon-dashboard.css.map
│   │   └── nextjs-argon-dashboard.min.css
│   ├── fonts
│   ├── img
│   │   ├── brand
│   │   ├── icons
│   │   │   └── common
│   │   └── theme
│   ├── plugins
│   │   └── nucleo
│   │       ├── css
│   │       │   ├── nucleo-svg.css
│   │       │   └── nucleo.css
│   │       └── fonts
│   └── scss
│       ├── argon-dashboard
│       │   ├── bootstrap
│       │   │   ├── mixins
│       │   │   └── utilities
│       │   ├── custom
│       │   │   ├── alerts
│       │   │   ├── avatars
│       │   │   ├── badges
│       │   │   ├── buttons
│       │   │   ├── cards
│       │   │   ├── charts
│       │   │   ├── close
│       │   │   ├── custom-forms
│       │   │   ├── dropdowns
│       │   │   ├── footers
│       │   │   ├── forms
│       │   │   ├── headers
│       │   │   ├── icons
│       │   │   ├── list-groups
│       │   │   ├── maps
│       │   │   ├── masks
│       │   │   ├── mixins
│       │   │   ├── modals
│       │   │   ├── navbars
│       │   │   ├── navs
│       │   │   ├── paginations
│       │   │   ├── popovers
│       │   │   ├── progresses
│       │   │   ├── separators
│       │   │   ├── tables
│       │   │   ├── type
│       │   │   ├── utilities
│       │   │   └── vendors
│       │   └── docs
│       ├── nextjs-argon-dashboard.scss
│       └── react
│           ├── bootstrap
│           ├── plugins
│           └── react-differences.scss
├── components
│   ├── Footers
│   │   ├── AdminFooter.js
│   │   └── AuthFooter.js
│   ├── Headers
│   │   ├── Header.js
│   │   └── UserHeader.js
│   ├── Navbars
│   │   ├── AdminNavbar.js
│   │   └── AuthNavbar.js
│   ├── PageChange
│   │   └── PageChange.js
│   └── Sidebar
│       └── Sidebar.js
├── layouts
│   ├── Admin.js
│   └── Auth.js
├── pages
│   ├── 404.js
│   ├── _app.js
│   ├── _document.js
│   ├── _error.js
│   ├── admin
│   │   ├── dashboard.js
│   │   ├── icons.js
│   │   ├── maps.js
│   │   ├── profile.js
│   │   └── tables.js
│   ├── auth
│   │   ├── login.js
│   │   └── register.js
│   └── index.js
├── variables
│   └── charts.js
├── routes.js
├── next.config.js
└── package.json

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

PRO Versions

| NextJS | NodeJS | React | Angular | VueJS | | --- | --- | --- | --- | --- | | NextJS Argon Dashboard PRO | Argon Dashboard PRO Nodejs | Argon Dashboard PRO React | Argon Dashboard PRO Angular | Vue Argon Dashboard PRO |

| React Native | Laravel | Bootstrap | BootstrapVue | Nuxt | Svelte | | --- | --- | --- | --- | --- | --- | | Argon PRO React Native | Argon Dashboard PRO Laravel | Argon Dashboard PRO | BootstrapVue Argon Dashboard PRO | Nuxt Argon Dashboard PRO | Nuxt Argon Dashboard PRO |

Kit Versions

FREE Kit Versions

| HTML | Angular | React | VueJS | | --- | --- | --- | --- | | Argon Design System PRO HTML | Argon Design System PRO Angular | Argon Design System PRO React | Argon Design System PRO React|

PRO Kit Versions

| HTML | Angular | React | VueJS | | --- | --- | --- | --- | | Argon Design System PRO HTML | Argon Design System PRO Angular | Argon Design System PRO React | Argon Design System PRO React|

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Kit. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Kit. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

  • Copyright 2021 Creative Tim (https://www.creative-tim.com/?ref=njsad-github-readme)

  • Licensed under MIT (https://github.com/creativetimofficial/nextjs-argon-dashboard/blob/master/LICENSE.md?ref=creativetim)

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim?ref=creativetim

Facebook: https://www.facebook.com/CreativeTim?ref=creativetim

Dribbble: https://dribbble.com/creativetim?ref=creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim