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.
- Add PackageReference to your .csproj file
<ItemGroup>
<PackageReference Include="NoJsBlazor" Version="{latest version}" />
</ItemGroup>
- Add stylesheet to your html
<link rel="stylesheet" href="_content/NoJsBlazor/style.min.css" />
Note:
Every component is inside the namespace NoJsBlazor
and supports CaptureUnmatchedValues.