4.1.3 • Published 12 months ago

linkify-react v4.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

4.1.3

12 months ago

4.1.2

12 months ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.0-beta.6

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.2

2 years ago

4.0.0-beta.5

3 years ago

4.0.0-beta.4

3 years ago

4.0.0-beta.3

3 years ago

4.0.0-beta.2

3 years ago

4.0.0-beta.1

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago