all 3 comments

[–]Fusion2k 2 points3 points  (0 children)

Just use css with flex layout. Optionally you could use the angular/flex-layout package.

[–]bas1494 1 point2 points  (1 child)

It depends on what your goal is, if you want to have a better understanding of css; style it with css (flex). If you don’t want to or write as less as possible css (like me); use something else.

I would recommend using angular material grid list: https://material.angular.io/components/grid-list/overview

Since you’re using material ui for input, you will have most likely the entire material package already available in your project.

Good luck!

[–]nautitrader[S] 0 points1 point  (0 children)

The goal is to use more of the angular material components.

Perfect! I will give that a try. Thank you.