Hello,
how can I reproduce this design with ionic 4?
ion-grid, ion-list will be good starting points…
this code doesn’t work
<ion-row>
<ion-col size="3">
<p>I want to get heigth at 100% and fix it</p>
</ion-col>
<ion-col size="9">
</ion-col>
</ion-row>
</ion-grid>```