Bit.BlazorUI
$ dotnet add package Bit.BlazorUIbit BlazorUI is a set of native and high performance Blazor UI controls. This is implemented in C# and this does not depend on or wrap existing JavaScript frameworks or libraries.
Why choose bit BlazorUI Components?
To use the bit BlazorUI components, please follow these steps:
Bit.BlazorUI nuget package_Host.cshtml, index.html or _Layout.cshtml), add the Bit.BlazorUI style reference in the head section.
<link rel="stylesheet" href="_content/Bit.BlazorUI/styles/bit.blazorui.css" />
_Host.cshtml, index.html or _Layout.cshtml), add the Bit.BlazorUI script reference in the end of body section.
<script src="_content/Bit.BlazorUI/scripts/bit.blazorui.js"></script>
_Imports.razor, add the using to make it available throughout the project.Bit.BlazorUI
@using Bit.BlazorUI;