Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukebrandonfarrell lukebrandonfarrell released this 27 Sep 13:32
· 14 commits to master since this release

The <SmartText /> component contains a number of abilities:

  1. Emoji 😄🥶🤯 it uses node-emoji under the hood
  2. Markdown support for italics and bold (breaks nesting and will be fixed in next version)
  3. Nested text support e.g. <SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText> where parent props will be inherited by children.