Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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