react-highlighted-text
v1.0.2
Published
React components to highlight text
Downloads
29
Maintainers
Readme
A highlighted text higher order component for use with React.
const TextWrapper = props => <div>{ props.children }</div> const HighlightedText = highlightedText(TextWrapper)
const Example = props => <HighlightedText highlightedText="Gon" >Gon & Killua</HighlightedText> PropTypes: