Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdminLTE support for Bootstrap 5 #5456

Open
shaheem-pp opened this issue Dec 25, 2023 · 4 comments
Open

AdminLTE support for Bootstrap 5 #5456

shaheem-pp opened this issue Dec 25, 2023 · 4 comments

Comments

@shaheem-pp
Copy link

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?

@carry0987
Copy link

carry0987 commented Jan 15, 2024

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

@larrybg
Copy link

larrybg commented Jan 16, 2024

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

@carry0987
Copy link

carry0987 commented Jan 20, 2024

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

@nmnhat1
Copy link

nmnhat1 commented Jan 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants