Skip to content

v0.0.9

Latest

Choose a tag to compare

@irxd irxd released this 30 Aug 07:35
  • Simplify font usage using new weight props
    before: <Text fontFamily="OpenSans-SemiBold">Some Text</Text>
    new usage: <Text weight="semibold">Some Text</Text>