linkify-react

4.3.1 • Public • Published

linkify-react

npm version

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>

Read the full documentation.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.0-beta.60beta
4.3.171,407latest

Version History

VersionDownloads (Last 7 Days)Published
4.3.171,407
4.3.0476
4.2.040,280
4.1.46,007
4.1.3124,842
4.1.21,884
4.1.127,476
4.1.04,893
4.0.24,821
4.0.17
4.0.0437
4.0.0-beta.60
4.0.0-beta.50
4.0.0-beta.472
4.0.0-beta.31
4.0.0-beta.20
4.0.0-beta.10
3.0.424,129
3.0.3109
3.0.156
3.0.03

Package Sidebar

Install

npm i linkify-react

Weekly Downloads

248,417

Version

4.3.1

License

MIT

Unpacked Size

17.9 kB

Total Files

9

Last publish

Collaborators

  • nfrasser