EDIT: they are not missing at all. Just lurking behind three tiny dots! See Shawn's answer below.
I'm missing components to display non-editable text and numbers equivalent to the text and number input components.
ie. non-editable versions of the text and number input components.
I know there is a simple "Text" component, but that comes without the kind of label we get on the input components. So I end up have to use another text component to make up a label and then having to position and adjust the label to match the ones on the input components.
It would be easier if the non-editable version started out looking the same as the input components, with ready made labels.
Also there isn't even a simple Number component - we have to use Text and make sure the number is converted to a string in the format we want. It would be better if a proper non-editable Number component had built in formatting options like Number input.