is that Bootstrap 4 Compatible ??
ashishbhattb opened this issue · 3 comments
Hi,
I needs to make a templates, based on Bootstrap 4 can i make from this library ??
I've not tried yet. Looking at https://getbootstrap.com/docs/4.0/layout/grid/- it seems the main grid class system is fundamentally the same . Gridmanager actually adds a column
class by default, so if you change the column class: colClass: "col"
when starting gridmanger, you might be able to use the dynamic column layouts in a primitive way. But really, not tested yet.
There are Minor changes in the classes as per old classes we used.
like in offset and mobile hidden classes
https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm
Rest Looks like the same not major difference.
Please let me know if you are planning to update the library, so i can use the latest version of bootstrap in my design templates.
Is this fixed yet?