You can use
<ion-row>
and
<ion-col>
in Ionic 2. You can also specify sizes with:
<ion-col width-30>
Of course, you can also just use a table where appropriate (to create what is in that image you should probably just use a table).
You can use
<ion-row>
and
<ion-col>
in Ionic 2. You can also specify sizes with:
<ion-col width-30>
Of course, you can also just use a table where appropriate (to create what is in that image you should probably just use a table).