AdminLTE
AdminLTE copied to clipboard
AdminLTE support for Bootstrap 5
Is AdminLTE 3 built on Bootstrap 4 or 5?
If it's based on Bootstrap 4, is there a plan to release a version with Bootstrap 5?
When can we anticipate the release of AdminLTE with Bootstrap 5?
According to package.json
, AdminLTE v3 is build on Bootstrap v4
{
"name": "admin-lte",
"version": "3.2.0",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",
//...
"dependencies": {
//...
"bootstrap": "^4.6.1", //<-- Here
//...
},
//...
}
If you want to use Bootstrap v5, just wait for AdminLTE v4 release
@carry0987 , when can we anticipate the release of AdminLTE with Bootstrap 5?
@larrybg
According to the author @danny007in :
We're at 90% completion, and only the iframe implementation remains. We'll release it as soon as possible.
hi @carry0987 and @danny007in
"Do you have an exact release date for Admin LTE with Bootstrap 5, or can I use any major or stable version?"