UNPKG

react-text-highlighter

Version:

Simple higher order component for React for text highlighting. Works nicely with React 0.14+ and stateless components

14 lines 252 B
<!doctype html> <html> <head> <title>React-Text-Highlighter Example</title> <style> .highlighted-text {background-color: yellow} </style> </head> <body> <div id='root'> </div> <script src="static/bundle.js"></script> </body> </html>