Package Exports
- linkify-react
- linkify-react/dist/linkify-react.module.js
- linkify-react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkify-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
linkify-react
Linkify 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
const Linkify = require('linkify-react');
or with ES modules
import Linkify from 'linkify-react';
Usage
License
MIT