@ivanlhz/react-highlight-text
v1.0.2
Published
`React` component that search and change all occurrences in a text to bold applying `<stong>` html tag to each occurence.
Downloads
2
Maintainers
Readme
HighlightText
React
component that makes bold all occurrences of highlight text. It apply <stong>
html tag to each occurrence.
Install
npm i react-highlight-text
Params
text : string
Full text to compose
highlight: string
Text to find and transform to bold
Use
<HighlightText text="Hello world" highlight="world" />