typescript-react-highlight-words
v0.0.3
Published
highlight words in react
Downloads
7
Readme
typescript-react-highlight-words
What Can The Lib Do?
See the picture below
Demo Page
How To Use
you can find demos in examples / __tests__ folder
import HighlightWords from "typescript-react-highlight-words";
<HighLight
text="this is a demo for you"
words={["demo"]}
highlightTag="span"
wrapperTag="div"
highlightStyle={{ color: "red" }}
/>