Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.1 KB

NoJsBlazor

Library for Blazor applications. It contains some UI components.
This Library does not use any Javascript code, everything is implemented in Razor, (S)CSS and C#.

For a demo go to nojsblazor.firerocket.de.



Get Started

  1. Add PackageReference to your .csproj file
<ItemGroup>
  <PackageReference Include="NoJsBlazor" Version="{latest version}" />
</ItemGroup>
  1. Add stylesheet to your html
<link rel="stylesheet" href="_content/NoJsBlazor/style.min.css" />



List of components

Note:
Every component is inside the namespace NoJsBlazor
and supports CaptureUnmatchedValues.