# linkify-react

> React element interface for linkifyjs

Latest version **4.3.3** (published 2026-05-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install linkify-react
pnpm add linkify-react
yarn add linkify-react
bun add linkify-react
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 4.3.3 |
| Published | 2026-05-13 |
| First published | 2021-09-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 2039 |
| Author | Nick Frasser |
| Maintainers | nfrasser |
| Keywords | link, autolink, url, email, react |

## Links

- npm: https://www.npmjs.com/package/linkify-react
- Repository: https://github.com/nfrasser/linkifyjs
- Homepage: https://linkify.js.org
- Issues: https://github.com/nfrasser/linkifyjs/issues
- npm.io page: https://npm.io/package/linkify-react

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 4.3.3 (latest) — 2026-05-13
- 4.0.0-beta.6 (beta) — 2022-09-18
- 4.3.2 — 2025-07-25
- 4.3.1 — 2025-05-08
- 4.3.0 — 2025-05-07
- 4.2.0 — 2024-12-04
- 4.1.4 — 2024-11-19
- 4.1.3 — 2023-11-22
- 4.1.2 — 2023-11-09
- 4.1.1 — 2023-03-25
- 4.1.0 — 2023-01-04
- 4.0.2 — 2022-10-02
- 4.0.1 — 2022-09-29
- 4.0.0 — 2022-09-19
- 4.0.0-beta.5 — 2022-04-23
- … 8 more at https://npm.io/package/linkify-react/versions

## README

# linkify-react

[![npm version](https://badge.fury.io/js/linkify-react.svg)](https://www.npmjs.com/package/linkify-react)

[Linkify](https://linkify.js.org/) React component. Use it to find URLs, email addresses and more in child strings and replace them with strings and &lt;a&gt; 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

```jsx
const contents = 'helloworld.com';

<Linkify options={...}>
  {contents}
</Linkify>
```

[Read the full documentation](https://linkify.js.org/docs/linkify-react.html).

## License

MIT

---
_Source: https://npm.io/package/linkify-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
