Skip to content

Latest commit

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

react-diff

Highlights differences between two strings, uses the diff module

Installation

npm install react-diff

Demo

http://cezary.github.io/react-diff/

Example

varReact=require('react');varDiff=require('react-diff');varComponent=React.createClass({render: function(){return(<DiffinputA="gogol"inputB="google"type="chars"/>);}});

License

MIT

About

Given two inputs, highlights the differences

Resources

Stars

124 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors