Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.3 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.3 KB

Blazorme

This project provides utility component libraries for Blazor apps. Currently three component libraries have been implemented:

  • Blazorme.Diff: It will render diff of the two input strings in different output display formats. It can also be used as a library to get diff or html diff output strings from code behind. NuGet
  • Blazorme.Split: It provides resizeable split views (panes). NuGet
  • Blazorme.TestHost: Library for Blazor components unit testing. NuGet
  • Blazorme.StreamSaver: (WASM only) Download files by writing incoming data chunks directly to the file instead of accumulating them in memory. That will prevent memory overflows for very large files. NuGet

You can run the Demo here.

alt text