Exploring Material-UI for the first time! How can a form be built where certain fields are arranged horizontally, others stacked vertically, and all aligned perfectly both vertically and horizontally? Check out this example image:
https://i.sstatic.net/5RIYu.png
I've created similar forms using plain HTML tables, but what's the proper Material-UI approach? Any sample code would be greatly appreciated.