react-linkify-nofuzzy

React component to parse links but ignore links without http(s) based on (this is react-linkify with one small modification)

Usage no npm install needed!

<script type="module">
  import reactLinkifyNofuzzy from 'https://cdn.skypack.dev/react-linkify-nofuzzy';
</script>

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