I am trying to make a responsive screen. I have used bootstrap classes in this way:
<container style="row">
<container style="col-md-4">
<label text="Demo text one"/>
</container>
<container style="col-md-4">
<label text="Demo text two"/>
</container>
<container style="col-md-4">
<label text="Demo text three"/>
</container>
</container>
I got reference of this from dashboard.xml from Hivemind component.
Is it a correct way of using bootstrap classes to achieve responsiveness in Moqui? Since, I remember a similar question where we have discussed it as not an appropriate way to code. Here is the URL or that question: