igroot-text-diff
v0.0.4
Published
文本对比组件
Downloads
15
Readme
文本版本对比
何时使用
文本修改,有版本差异需要对比的时候使用
安装方法
sl add -c igroot-text-diff
```
## API
```
<TextDiff
width={1200}
height={600}
oldValue={oldValue}
newValue={newValue}
/>
```
### TextDiff
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| width | 宽度 | String | - |
| height | 高度 | String | - |
| oldValue | 老版本文本 | String | - |
| newValue | 新版本文本 | String | - |