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 documentation or sourcecode see github.com/BlackWhiteYoshi/NoJsBlazor.
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" />
- Carousel
- CollapseDiv
- ContextMenu
- Dialog
- Input
- LoaderIcon
- NavBar
- ProgressBar
- Slider