Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```