Installation Steps

  1. Download and extract the project files to your directory.
  2. Open the files in a browser or local server.
  3. Explore the template starting from demo/index.html
  4. Hooray! Now you can use it in your project.

Folder Structure

Our project is organized to be intuitive and easy to navigate:

NahaAdmin/
├── assets/   # Global CSS, JS, Images, and Plugins
├── demo/     # All Dashboard pages (The Live Demo)
├── docs/     # Documentation and Instructions
└── index.html # Landing Page

Customizing Styles

You can easily customize the core colors and layout by editing the CSS variables:

/* assets/styles/styles.css */
:root {
  --kd-primary: #006fee;
  --kd-radius: 12px;
}