AdminLTE icon indicating copy to clipboard operation
AdminLTE copied to clipboard

AdminLTE support for Bootstrap 5

Open shaheem-pp opened this issue 1 year ago • 7 comments

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?

shaheem-pp avatar Dec 25 '23 04:12 shaheem-pp

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 avatar Jan 15 '24 09:01 carry0987

@carry0987 , when can we anticipate the release of AdminLTE with Bootstrap 5?

larrybg avatar Jan 16 '24 20:01 larrybg

@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.

carry0987 avatar Jan 20 '24 10:01 carry0987

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?"

nmnhat1 avatar Jan 30 '24 02:01 nmnhat1