c-linkify-react
v4.1.0-1
Published
React element interface for linkifyjs
Downloads
1
Readme
linkify-react
Linkify React component. Use it to find URLs, email addresses and more in child strings and replace them with strings and <a> elements.
Installation
Install from the command line with NPM
npm install linkifyjs linkify-react
Import into your JavaScript with require
const Linkify = require('linkify-react');
or with ES modules
import Linkify from 'linkify-react';
Usage
const contents = 'helloworld.com';
<Linkify options={...}>
{contents}
</Linkify>
License
MIT