formatted-text

0.6.15 • Public • Published

A React component for formatting line breaks and links.

<FormattedText>
  Email me (foo@example.com) or visit one of:

  foo.example.com
  bar.example.com
  baz.example.com
</FormattedText>
Email me (<a href="mailto:foo@example.com">foo@example.com</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'.

Readme

Keywords

none

Package Sidebar

Install

npm i formatted-text

Weekly Downloads

42

Version

0.6.15

License

MIT

Unpacked Size

23.3 kB

Total Files

5

Last publish

Collaborators

  • caseywebdev