typescript-react-hightlight-words

hightlight words in react


Keywords
react, hightlight, highlight
License
MIT
Install
npm install typescript-react-hightlight-words@2.0.15

Documentation

typescript-react-hightlight-words

publish test npm GitHub last commit npm

react-hightlight-words

What Can The Lib Do?

See the picture below

hi

Demo Page

click me~

How To Use

you can find demos in examples / __tests__ folder

import HighlightWords from "typescript-react-hightlight-words";

<HightLight
    text="this is a demo for you"
    words={["demo"]}
    hightlightTag="span"
    wrapperTag="div"
    hightlightStyle={{ color: "red" }}
/>