一个由和组成的简单美观的文本diff查看器组件。 它受Github差异查看器的启发,具有拆分视图,内联视图,单词差异,行高亮等功能。 它是高度可定制的,并且几乎支持所有语言。 查看v2.0 安装 yarn add react-diff-viewer # or npm i react-diff-viewer 用法
Any plans to upgrade to React 18.x?carlosgm128 commented Sep 9, 2022 • edited this library is not longer maintained, so if you want you can use react-diff-viewer-continued from npmjs 👍 2 🚀 1 tadwohlrapp mentioned this issue Nov 8, 2022 Replace "react-diff-viewer" ...
React 18? #166 openedAug 29, 2022byjchambers-ln 4 How can we add inline comments on click of the line number #160 openedJun 10, 2022byramusesan Add Support for JSON diff #159 openedJun 9, 2022byabhinav-byahut 1 Can inline styles be supported?
18 19## Install 20 21```bash 22yarn add react-diff-viewer-continued 23 24# or 25 26npm i react-diff-viewer-continued 27 28# or 29 30pnpm add react-diff-viewer-continued 31``` 32 33## Usage 34 35```javascript 36import React, { PureComponent } from 'react'; ...
https://yarn.pm/react-diff-viewer-continued copy aeolun/react-diff-viewer-continuedreact-diff-viewer-continued Use it $yarn add react-diff-viewer-continued Try in RunKit·Browse Files Popularity GitHub stargazers 114 Downloads last 30 days ...
UNPKG react-diff-viewer-continued/LICENSE Version: 1.07 kBPlain TextView Raw 1MIT License 2 3Copyright (c) 2018 Pranesh Ravi 4 5Permission is hereby granted, free of charge, to any person obtaining a copy 6of this software and associated documentation files (the "Software"), to deal ...
tp1845/react-diff-viewerPublic NotificationsYou must be signed in to change notification settings Fork0 Star19 Code Issues Files master .github examples src compute-lines.ts index.tsx styles.ts test .eslintrc .gitignore .npmignore .travis.yml ...
A simple and beautiful text diff viewer component made with Diff and React. - react-diff-viewer-continued/package.json at bab99777fd687f85be68fb5c2990e554b6cb70bf · Aeolun/react-diff-viewer-continued
{ "compilerOptions": { "experimentalDecorators": true, "jsx": "react", "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "target": "es5", "declaration": true, "downlevelIteration": true, "lib": ["es2017", "dom"], "types": [ "mocha", "node" ] }, ...
A simple and beautiful text diff viewer component made with Diff and React. - react-diff-viewer-continued/pnpm-lock.yaml at next · rkmax/react-diff-viewer-continued