Resources
Everything you need around the AdminLTE 4 HTML / Bootstrap core: the repository, the npm package, the live demo, the official framework ports, and the license.
Core links
| Resource | Link |
|---|---|
| Repository | github.com/ColorlibHQ/AdminLTE |
| npm package | npmjs.com/package/admin-lte |
| Live demo | adminlte.io/themes/v4 |
| Documentation | adminlte.io/themes/v4/docs |
| Project home | adminlte.io |
| Changelog | CHANGELOG.md |
| Issues | github.com/ColorlibHQ/AdminLTE/issues |
| CDN (jsDelivr) | jsdelivr.com/package/npm/admin-lte |
Install snippets
# npm
npm install admin-lte@4
# Composer
composer require almasaeed2010/adminlte
<!-- CDN, no build step -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.2/dist/css/adminlte.min.css">
<script src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.2/dist/js/adminlte.min.js"></script>
Official framework ports
The same AdminLTE 4 design, integrated idiomatically for each stack. They all wrap this HTML / Bootstrap core:
| Edition | Repository | Install |
|---|---|---|
| React & Next.js | adminlte-react | see repo |
| Vue 3 & Nuxt | adminlte-vue | see repo |
| Angular | adminlte-angular | npm i @adminlte/angular |
| Laravel | adminlte-laravel | composer require colorlibhq/adminlte-laravel |
| Symfony | adminlte-symfony | composer require colorlibhq/adminlte-symfony |
| Django | adminlte-django | pip install django-adminlte4 |
| ASP.NET Core | adminlte-aspnet | dotnet add package ColorlibHQ.AdminLTE.AspNetCore |
| Drupal | adminlte-drupal | see repo |
Every edition ships the full AdminLTE 4 design — Bootstrap 5.3, dark mode, RTL — with stack-native integrations (components, routing, auth, theming).
Built on
- Bootstrap 5.3 — grid, components, utilities, color modes
- Bootstrap Icons — the default icon set (~1,900 SVG icons)
- Popper — positioning engine for Bootstrap dropdowns / tooltips / popovers
- OverlayScrollbars — the styled sidebar scrollbar
Community & support
- Discord: join the AdminLTE Discord
- Premium templates: adminlte.io/premium
License
AdminLTE is open source, licensed under the MIT License — free for personal and commercial use. It is a project by AdminLTE.io (Colorlib).
AdminLTE will always be free and open source. When a project needs app-ready pages, framework-native codebases, or dedicated support, the team curates premium dashboards at adminlte.io/premium.
AdminLTE 4 · HTML port
Edit on GitHub