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

Highlight other component text #78

Closed tarim closed 5 years ago

tarim commented 5 years ago

Hi There,

I am trying to add Highlighter to "react-json-view" object. But, I am not sure it is possible or not. If it is, how we do it, please?

for example import ReactJson from 'react-json-view'; <ReactJson name='Request' iconStyle='square' collapsed='2' theme='grayscale:inverted' src={this.props.Request} />

Thank you.

bvaughn commented 5 years ago

Sorry. I don't know that component.

This sort of question should probably be asked on Stack Overflow 😄 Good luck though!

tarim commented 5 years ago

let me ask a different way, can I use Highlighter with another component result, please?

Thank you,