Quasar desktop navbar similar to bootstrap's one
-
Hi guys, for desktop web UI, how do I build navbar similar to static bootstrap navbar
This question is more about aligning elements and having brand name. I was trying to wrap <q-tab> components into <div class=“row”></div> with applying width-X, but I’m not sure if it is acceptable way since the documentation does not say anything about additional layer between <q-tabs> and <q-tab>. Is there any suggested solution?
-
You can apply classes on the element themselves. Do not wrap them.