Ionic MatchParent?

I wanted to know if there is any options on Ionic to work as you would do on Android with MatchParent for elements height, and then something that allows us to distribute childs inside this parent by weight.

I guess I could use CSS 100vh for the parent and then different values adding to 100 for the childs, but, is there something already available to us to do this job?

Thanks a lot.

If you’re working in more or less one dimension, flexbox. If you want or need two, then grid.

1 Like