Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmu332233/react.texthighlighter
simple react component for text highlight
https://github.com/hmu332233/react.texthighlighter
Last synced: 4 days ago
JSON representation
simple react component for text highlight
- Host: GitHub
- URL: https://github.com/hmu332233/react.texthighlighter
- Owner: hmu332233
- License: mit
- Created: 2018-06-29T16:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T16:48:55.000Z (over 5 years ago)
- Last Synced: 2024-11-09T23:37:21.855Z (5 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-simple-text-highlighter
- Size: 67.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TextHighlighter
simple react component for text highlight
![example](/img/Texthighlighter.example.PNG)
### install
```
$ npm install --save react-simple-text-highlighter
```### usage
```jsx
import TextHighlighter from 'react-simple-text-highlighter';```
### props
```
text: PropTypes.string,
keyword: PropTypes.string,
highlightStyle: PropTypes.object
```