Skip to content
Matt Layton edited this page May 31, 2020 · 2 revisions

Usage

<Text
  fontSize={[14, 16]}
  fontWeight="bold"
>
  <h2>Responsive text here</h2>
</Text>
<Text as="span" fontWeight="bold">
  Inline text here
</Text>

API

Implements:

Clone this wiki locally