We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abc925 commit 37e4418Copy full SHA for 37e4418
README.md
@@ -1,3 +1,4 @@
1
+
2
<p align="center">
3
<img src='https://i.ibb.co/DKrGhVQ/Frame-1-1.png' width="100%" alt='React Diff Viewer' />
4
</p>
@@ -78,6 +79,7 @@ class Diff extends PureComponent {
78
79
| useDarkTheme | `boolean` | `true` | To enable/disable dark theme. |
80
| leftTitle | `string` | `undefined` | Column title for left section of the diff in split view. This will be used as the only title in inline view. |
81
| rightTitle | `string` | `undefined` | Column title for right section of the diff in split view. This will be ignored in inline view. |
82
+| linesOffset | `number` | `0` | Number to start count code lines from. |
83
84
## Instance Methods
85
0 commit comments