0.1.0
Pre-release
Pre-release
lukebrandonfarrell
released this
27 Sep 13:32
·
14 commits
to master
since this release
The <SmartText />
component contains a number of abilities:
- Emoji 😄🥶🤯 it uses node-emoji under the hood
Markdown support for italics and bold(breaks nesting and will be fixed in next version)- Nested text support e.g.
<SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText>
where parent props will be inherited by children.