Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cezary/react-diff
Given two inputs, highlights the differences
https://github.com/cezary/react-diff
Last synced: 13 days ago
JSON representation
Given two inputs, highlights the differences
- Host: GitHub
- URL: https://github.com/cezary/react-diff
- Owner: cezary
- Created: 2014-12-19T06:24:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T07:40:21.000Z (over 6 years ago)
- Last Synced: 2024-10-13T03:40:10.864Z (about 1 month ago)
- Homepage: http://cezary.github.io/react-diff/
- Size: 81.1 KB
- Stars: 124
- Watchers: 5
- Forks: 39
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-diff
Highlights differences between two strings, uses the [diff](https://www.npmjs.com/package/diff) module
## Installation
```
npm install react-diff
```## Demo
http://cezary.github.io/react-diff/
## Example
```javascript
var React = require('react');
var Diff = require('react-diff');var Component = React.createClass({
render: function() {
return (
);
}
});
```## License
MIT