Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 796 Bytes

PACKAGE.md

File metadata and controls

38 lines (26 loc) · 796 Bytes

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 documentation or sourcecode see github.com/BlackWhiteYoshi/NoJsBlazor.

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

  • Carousel
  • CollapseDiv
  • ContextMenu
  • Dialog
  • Input
  • LoaderIcon
  • NavBar
  • ProgressBar
  • Slider