formatted-text
v0.6.16
Published
A React component for formatting line breaks and links.
Downloads
21
Readme
A React component for formatting line breaks and links.
<FormattedText>
Email me ([email protected]) or visit one of:
foo.example.com
bar.example.com
baz.example.com
</FormattedText>
Email me (<a href="mailto:[email protected]">[email protected]</a>) or visit one of:<br />
<br />
<a href="http://foo.example.com">foo.example.com</a><br />
<a href="http://bar.example.com">bar.example.com</a><br />
<a href="http://baz.example.com">baz.example.com</a>
Props
LinkComponent
A component that receives children
and href
props. Defaults to 'a'
.