Skip to content

caseywebdev/formatted-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'.

About

A React component for formatting paragraphs, line breaks and links.

Resources

License

Stars

Watchers

Forks

Packages

No packages published