Skip to content

Instantly share code, notes, and snippets.

@s-barrah
Created July 3, 2020 00:46
Show Gist options
  • Save s-barrah/f33a75c03e254791dfd69b691a4968f5 to your computer and use it in GitHub Desktop.
Save s-barrah/f33a75c03e254791dfd69b691a4968f5 to your computer and use it in GitHub Desktop.
Text component readme
<div>
  <Text tag="h3" height="5">
    Heading 3 high
  </Text>
  <Text tag="h3" weight="1000">
    Heading 3 heavy
  </Text>
  <Text tag="h3" size="l">
    Heading 3 large
  </Text>
  <Text tag="p" colour="black">
    My paragraph
  </Text>
  <Text tag="p" size="xl" color="orange">
    My paragraph xl and orange
  </Text>
  <Text tag="p" size="xl" family="Anton">
    My paragraph xl and font Anton
  </Text>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment