Switch to infinite scroll (Full book)

Text

A container for text content.

By default, It uses a <p> element, but also changes some style aspects:

  • It removes the default vertical margins (set to 0).
  • It sets the font size to 16px and the line-height to 1.55 (using sm for both). We can revert those changes by adding the inherit prop instead.
<Text c="dimmed">Dimmed text</Text>
earlymorning logo

Text

A container for text content.

By default, It uses a <p> element, but also changes some style aspects:

  • It removes the default vertical margins (set to 0).
  • It sets the font size to 16px and the line-height to 1.55 (using sm for both). We can revert those changes by adding the inherit prop instead.
<Text c="dimmed">Dimmed text</Text>