- Code: Select all
<ion-grid>
<ion-row>
<ion-col col-12 col-sm-9 col-md-6 col-lg-4 col-xl-3>
This column will be 12 columns wide by default,
9 columns at the small breakpoint,
6 at the medium breakpoint, 4 at large, and 3 at xl.
</ion-col>
</ion-row>
</ion-grid>