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.
Verified import paths — ran on the pinned version, not inferred.
Default export; CJS require also works but ESM import is recommended.
Named export of the underlying linkify-it instance for customization.
MATCH is a static property on the default export, not a named export.
Basic usage of the Linkify component to turn URLs and emails into clickable links.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.