| Statements | Branches | Functions | Lines |
|---|---|---|---|
React component that makes bold all occurrences of highlight text. It apply <stong> html tag to each occurrence.
npm i react-highlight-textFull text to compose
Text to find and transform to bold
<HighlightText text="Hello world" highlight="world" />