Text
A container for some text content.
It is a <p>
element under the hood by default, but we may set it to be another element such as an anchor tag or a span with the component
prop.
It removes default margins by setting the (vertical) margin to 0.
It comes with some style affecting the font size, the font family and the line height, which is 1.55 by default. We may set it to inherit all those styles instead by adding the inherit
prop.
<Text c="dimmed">Dimmed text</Text>