UNPKG

react-highlight-words

Version:

React component to highlight words within a larger body of text

12 lines (10 loc) 257 B
import React from 'react' import HighlighterExample from '../src/Highlighter.example' import styles from './Application.css' export default function Application () { return ( <div className={styles.demo}> <HighlighterExample/> </div> ) }