Bit.BlazorUI
$ dotnet add package Bit.BlazorUIbit BlazorUI offers a comprehensive set of native, light-weight, and high-performance UI controls for Blazor. Developed in C#, it stands independent of external JavaScript frameworks or libraries, ensuring seamless and efficient integration.
Why choose bit BlazorUI components?
To use bit BlazorUI components, follow these steps:
Bit.BlazorUI nuget package.using command line:
dotnet add package Bit.BlazorUI
or using Package Manager Console:
Install-Package Bit.BlazorUI
App.razor or index.html), add the Bit.BlazorUI CSS file reference:<link rel="stylesheet" href="_content/Bit.BlazorUI/styles/bit.blazorui.css" />
App.razor or index.html), add the Bit.BlazorUI JS file reference:<script src="_content/Bit.BlazorUI/scripts/bit.blazorui.js"></script>
_Imports.razor, add the using Bit.BlazorUI to make it available throughout the project.@using Bit.BlazorUI;