React diff string component
npm install react-diff-componentHighlights differences between two strings, uses the diff module based on (https://github.com/cezary/react-diff)
```
npm install react-diff-component --save
http://cezary.github.io/react-diff/
`javascript
import Diff from 'react-diff-component';
const Component = () => (
);
``
MIT