Using Bootstrap 4 For Grid System
-
Hello!
We would like to use bootstrap 4 and its grid system in Quasar. Is there a way to disable the Quasar grid system so that it is not overwriting Bootstrap classes? We are on version 1 beta of Quasar.
Thank you
-
hey @miromanyth
highly recommend not to try that!
quasar has a full flexbox based layout/grid system
check -> https://v1.quasar-framework.org/layout/grid/introduction-to-flexbox
-
I agree with @Max
Is there any other reason why you would want to use Bootstrap?
I’m not an expert on Bootstrap, but I think Quasar’s grid system is superior anyway. -
Thanks, guys. The concern my team has is that we have several components that are currently written in bootstrap that we want to bring into the Quasar app. Rewrites are always possible, of course, but we are trying to avoid that right now due to deadlines.
Thank you