bvaughn / react-highlight-words

React component to highlight words within a larger body of text
https://bvaughn.github.io/react-highlight-words/
MIT License
2.16k stars 170 forks source link

Add multiple styles from multiple words #56

Closed alz10 closed 6 years ago

alz10 commented 6 years ago

Hi guys you can check my REACT code here not REACT NATIVE https://codesandbox.io/s/6v1lzor8mz

I wanted to achieve something like this: 90327d00-3b0a-11e7-9469-e2aa8b13bb8a

but as you can see in the result, only the word What and do has a fontColor of red but also wanted to change the fontColor of the word after and school to color blue. How can i do that?

bvaughn commented 6 years ago

There are "guys" here. This is a personal project. Every issue you post will be answered (or not) by the sole maintainer (me).

What you are showing in the above screen shot (multiple colors for different search terms) is not supported by this library.