0.0.3 • Published 1 year ago

typescript-react-highlight-words v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

typescript-react-highlight-words

publish test npm GitHub last commit npm

react-highlight-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-highlight-words";

<HighLight
    text="this is a demo for you"
    words={["demo"]}
    highlightTag="span"
    wrapperTag="div"
    highlightStyle={{ color: "red" }}
/>
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago