1.0.2 • Published 4 years ago

@ivanlhz/react-highlight-text v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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" />