{"library":"react-linkify","title":"React Linkify","description":"A React component that automatically transforms URLs, emails, and other linkable text patterns into clickable anchor tags. Current stable version is 0.2.2, with a 1.0.0-alpha release available. It wraps the linkify-it library and recurses through children to detect links, supporting custom component wrappers, properties, and the ability to customize the underlying linkify-it instance. Differentiators include simple declarative usage as a React component, support for nested elements, and full customization via the linkify-it API.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install react-linkify"],"cli":null},"imports":["import Linkify from 'react-linkify'","import { linkify } from 'react-linkify'","import Linkify from 'react-linkify'; Linkify.MATCH"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import React from 'react';\nimport Linkify from 'react-linkify';\n\nfunction App() {\n  return (\n    <Linkify>\n      Visit example.com or email test@example.com.\n    </Linkify>\n  );\n}\n\nexport default App;","lang":"javascript","description":"Basic usage of the Linkify component to turn URLs and emails into clickable links.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}