Is there a way to configure the labels in Material-ui
+ react
forms to be displayed beside input fields for better readability?
For example:
name [input]
title [input]
instead of
name
[input]
title
[input]
I have looked through the documentation but could only find options where the label and input area are combined.
While I could create my own component or use a grid system, it seems like this layout should be easily available.
Documentation page: https://material-ui.com/components/text-fields/