bootstrap in mendix

0
hi TEAM, can i use bootstrap in my mendix application ? If yes please tell me in brief that how i can integrate bootstap in mendix and how and where i can apply them .   Thanks 
asked
3 answers
1

1. Type bootstrap in the app explorer.

2.  Find  Atlas_Core in App > Marketplace module > Atlas_Core.

3. Open the _bootstrap.scss.

4. you see the bootstrap version * Bootstrap v3.3.4.

 

 bootstrap_verstion_in_Mendix.jpg

answered
0

Hi Pratham! Bootstrap is already implemented in Mendix as it's part of the Atlas UI!

Actually, updating bootstrap or installing a new bootstrap besides it might conflict with Mendix and I would not recommend it.

Best to use the implementation that is already provided for you!

answered
0

Hi!

Mendix is operating on Bootstrap. Not the latest version, though (even Mendix 10.2.0 uses Bootstrap v3.3.4). It can be confusing if you already know Bootstrap 5 tricks, but they simply won’t work.

You can use freely available classes, variables, etc., but it is better not to change anything in source files of Bootstrap and Atlas. If you just need few CSS features, you can always override source code by writing your own SCSS in new file and importing it in main. It is also possible to write your own JavaScript Actions and call them in a Nanoflow.

 

answered