react-diff

Given two inputs, highlights the differences

  • Owner: cezary/react-diff
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

react-diff

Highlights differences between two strings, uses the diff module

Installation

npm install react-diff

Demo

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

Example

var React = require('react');
var Diff = require('react-diff');

var Component = React.createClass({
  render: function() {
    return (
      <Diff inputA="gogol" inputB="google" type="chars" />
    );
  }
});

License

MIT

Main metrics

Overview
Name With Ownercezary/react-diff
Primary Language
Program language (Language Count: 0)
Platform
License:
所有者活动
Created At2014-12-19 06:24:55
Pushed At2018-07-19 07:40:21
Last Commit At2016-10-12 02:13:25
Release Count0
用户参与
Stargazers Count125
Watchers Count5
Fork Count38
Commits Count15
Has Issues Enabled
Issues Count7
Issue Open Count6
Pull Requests Count2
Pull Requests Open Count1
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private