Bit.BlazorUI
$ dotnet add package Bit.BlazorUIbit BlazorUI offers a comprehensive set of native, 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.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;