Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

How to enable/add Bootstrap version 5 in my project, AEM 6.5 version

Avatar

Level 4

Hi Team,

 

I have created project in AEM 6.5, I need to enable/add Bootstrap version 5 support in my Project. Please suggest how I can do that.

 

 

 

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Heena91 

 

You can download the boostrap 5 library from https://getbootstrap.com/docs/5.0/getting-started/download/ and include in the clientlib where you have included other libraries. Just ensure to remove any previous version of bootstrap.

Include the CSS and JS file in css.txt and js.txt to render it.

 

asutosh_jena_0-1622092079484.png

 

 

Thanks!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Heena91 

 

You can download the boostrap 5 library from https://getbootstrap.com/docs/5.0/getting-started/download/ and include in the clientlib where you have included other libraries. Just ensure to remove any previous version of bootstrap.

Include the CSS and JS file in css.txt and js.txt to render it.

 

asutosh_jena_0-1622092079484.png

 

 

Thanks!

Avatar

Level 4

Hi @Asutosh_Jena_

 

Thanks for the response. Will try suggested process.