Skip to content

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

About

A component that makes bold all occurrences of highlight text

Topics

Resources

Stars

Watchers

Forks

Packages