How to display text with label in Material UI?
In a single page I would like to display Text Fields for user input and texts, which are static, but have labels. I tried to use the same text fields but with disabled attributes:
However, I am not happy that disabled fields are not bright enough. Actually those fields never meant to be editable, so it appears disabled state is not for them. I also searched some Material UI elements which is text with label, but couldn't find anything appropriate.
How Material UI is depicting elements with important text and label?