Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 3.53 KB

README.md

File metadata and controls

27 lines (17 loc) · 3.53 KB
<script type="text/javascript" src="/to_subpage.js"></script>

excubo-ag contributes to the .NET ecosystem with a set of libraries:

Web Development

  • WebCompiler Nuget is a dotnet global tool that compiles, minifies, and compressed scss/css/js files.

Blazor utilities

  • Blazor.ScriptInjection Nuget brings the script tag to Blazor in a safe manner.
  • Blazor.LazyStyleSheet Nuget makes lazy-loading of style sheets the easiest way of styling components.
  • Blazor.Canvas Nuget exposes the HTML Canvas API to C# developers with all the benefits of a C# API. A demo is available here.
  • Generators.Blazor Nuget is a source generator for improving performance in Blazor. The project also contains analyzers to detect common issues.

Blazor components

  • Blazor.Diagrams Nuget is a Blazor-native component library for diagrams, such as flowcharts, UML, etc. A demo is available here.
  • Blazor.Grids Nuget is a Blazor-native component library for grids and diagrams. A demo is available here.
  • Blazor.TreeViews Nuget is a Blazor-native component library for tree views. A demo is available here.

Roslyn