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

Is it not possible to utilize multiple highlight colors? #106

Closed thejtrann closed 1 year ago

thejtrann commented 1 year ago

If we wanted to use different highlight colors for different searchWords, would this be possible?

sergei-startsev commented 1 year ago

@thejtrann highlightTag can be a custom React component, you can implement your custom logic there.