I am trying to create a dynamic list of properties in Angular using Material Design that adjusts for different screen sizes.
For example, something similar to this design:
https://i.stack.imgur.com/EUsmV.png
If the screen size decreases, the labels should shift above their corresponding values.
While I could develop something on my own, I believe this is a common issue. What is the recommended way to display this using Material Design and Angular?