You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,31 @@ DiffPlex also contains a sample website that shows how to create a basic side by
198
198
199
199

200
200
201
+
## Sample Blazor App
202
+
203
+
DiffPlex includes a Blazor component library and sample application demonstrating how to render textual diffs in modern Blazor applications. The sample showcases both server-side and client-side rendering capabilities with interactive diff visualization.
204
+
205
+
[Screenshot placeholder - Blazor app overview]
206
+
207
+
The Blazor components provide:
208
+
- Interactive side-by-side diff rendering
209
+
- Inline diff view mode
210
+
- Responsive design for various screen sizes
211
+
- Customizable styling and themes
212
+
- Real-time diff updates
213
+
214
+
[Screenshot placeholder - Side-by-side diff view]
215
+
216
+
[Screenshot placeholder - Inline diff view]
217
+
218
+
To run the sample Blazor application:
219
+
```bash
220
+
cd DiffPlex.Blazor
221
+
dotnet run
222
+
```
223
+
224
+
The Blazor library is available as a NuGet package for integration into your own Blazor applications.
225
+
201
226
# Windows app
202
227
203
228
There are 2 libraries for Windows app development.
0 commit comments