0.1.5 • Published 6 years ago

react-diff-component v0.1.5

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

react-diff-component

Highlights differences between two strings, uses the diff module based on (https://github.com/cezary/react-diff)

Installation

npm install react-diff-component --save

Demo

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

Example

import Diff from 'react-diff-component';

const Component = () => (
    <Diff inputA="test" inputB="test2" type={Diff.types.chars} />
);

License

MIT

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago