linkify-react === [Linkify](https://linkify.js.org/) React component. Walks through its children and replaces strings containing URLs with strings and <a> elements. ## Installation 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'; ``` ## Usage [Read the full documentation](https://linkify.js.org/docs/linkify-react.html). ## License MIT