Skip to content

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#.

License

Notifications You must be signed in to change notification settings

BlackWhiteYoshi/NoJsBlazor

Repository files navigation

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.

About

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#.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published