1.0.2 • Published 5 years ago
@ivanlhz/react-highlight-text v1.0.2
HighlightText
React component that makes bold all occurrences of highlight text. It apply <stong> html tag to each occurrence.
Install
npm i react-highlight-textParams
text : string
Full text to compose
highlight: string
Text to find and transform to bold
Use
<HighlightText text="Hello world" highlight="world" />