Installation Steps
- Download and extract the project files to your directory.
- Open the files in a browser or local server.
- Explore the template starting from
demo/index.html - 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
├── 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;
}
:root {
--kd-primary: #006fee;
--kd-radius: 12px;
}
Support NahaAdmin ✦
NahaAdmin is free and open source. If you find it useful, consider supporting the project to keep it maintained and updated.