react-highlight
react-highlight copied to clipboard
Custom text tag
Hi! Is it possible to render another tag instead of span in the text?
You mean when the text is highlighted? If yes you can use the rangeRenderer function
I would like to hightlight text in H1 tag.
Doing
<h1><Highlightable /></h1>
Is not working?