Bootstrap Styles
April 23, 2021 12:00 AM
Hi - is there any way we can import Bootstrap styling into our modules? I really like their accordions. Just thinking long term/future before I begin to develop more complex modules.
Solution
Yes you can....
Enable Boostrap by adding the bootstrap.js on the title level as an HTML Extention
and where you want your 'bootstrap' object, go to a page and create an HTML Div and code your 'accordion' in HTML.
Discussion (2)
Yes you can....
Enable Boostrap by adding the bootstrap.js on the title level as an HTML Extention
and where you want your 'bootstrap' object, go to a page and create an HTML Div and code your 'accordion' in HTML.
Thanks @nmaharaj this was way easier then I expected. Obviously I was over thinking things and should have tried that out before posting. At least now it's answered and if others are searching to do the same thing the answer is out there. Cheers!