react-linkify-nofuzzy
v1.0.1-alpha
Published
React component to parse links but ignore links without http(s) based on (this is react-linkify with one small modification)
Downloads
3
Maintainers
Readme
react-linkify-nofuzzy
React component to parse links (urls, emails, etc.) in text into clickable links. This is react-linkify with one small change, it ignores links that don't start with http(s).
Credit
All credit to the creator of react-linkfy Tasti Zakarie. See tasti.github.io/react-linkify/ for orignal docs