📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

react-autolink-text

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autolink-text

A React component for converting URLs in a given string of text into clicking link tags.

1.0.0
Version published
Weekly downloads
22
57.14%
Maintainers
1
Weekly downloads
 
Created

<AutoLinkText />

build status

A React component for converting URLs in a given string of text into clicking link tags.

Installation

npm install react-autolink-text

Usage

import React from 'react';
import AutoLinkText from 'react-autolink-text';
  
React.render(
  <AutoLinkText text="Check out this cool component: http://github.com/OpenGov/react-autolink-text" />,
  document.body
);

Thanks

Thank you to @gregjacobs for creating Autolinker.js from which this component was based.

FAQs

Package last updated on 12 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts