React element interface for linkifyjs
npm install linkify-reactlinkify-react
===

Linkify React component. Use it to find URLs, email addresses and more in child strings and replace them with strings and <a> elements.
Install from the command line with NPM
```
npm install linkifyjs linkify-react
Import into your JavaScript with require`js`
const Linkify = require('linkify-react');
or with ES modules
`js`
import Linkify from 'linkify-react';
`jsx
const contents = 'helloworld.com';
{contents}
``
MIT