react-search-keyword-highlight
v1.0.7
Published
React component to highlight your search keyword with in a paragraph or document
Maintainers
Readme
Prerequisite
npm install react-search-keyword-highlightImport into your component
import KeywordHighlighter from 'react-search-keyword-highlight';<KeywordHighlighter
content={your-text-content}
keywords=['key1', 'key2']
/>