Skip to content

melihercan/Blazorme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Component libraries for Blazor apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published