Skip to content

A component that makes bold all occurrences of highlight text

Notifications You must be signed in to change notification settings

ivanlhz/react-highlight-text

Repository files navigation

HighlightText

Statements Branches Functions Lines
Statements Branches Functions Lines

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