react-markify
v0.1.2
Published
React component to highlight words
Maintainers
Readme
react-markify
React component to highlight words.
Most of the codes are borrowed from react-linkify.
Installation
$ npm install react-markifyUsage
Any target word that appears inside the Markify component will become highlighted.
<Markify targetWord="JavaScript">
<span>React is a JavaScript library for building user interfaces.</span>
</Markify>