Bit.BlazorUI 10.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bit.BlazorUI --version 10.4.1
                    
NuGet\Install-Package Bit.BlazorUI -Version 10.4.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bit.BlazorUI" Version="10.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bit.BlazorUI" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Bit.BlazorUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bit.BlazorUI --version 10.4.1
                    
#r "nuget: Bit.BlazorUI, 10.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bit.BlazorUI@10.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bit.BlazorUI&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Bit.BlazorUI&version=10.4.1
                    
Install as a Cake Tool

bit BlazorUI: Native High-Performance Library for Blazor

NuGet Version Nuget

bit 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?

  • Free and Open Source: bit BlazorUI components come at no cost and are open to the community for contributions and improvements.
  • Light Weight: Built for low load time and fast render.
  • High Performance: Built for optimal speed and performance.
  • Blazor Native: Specifically designed as native Blazor components, ensuring a consistent development experience.
  • Universal Support: Compatible with all interactive Blazor modes — Server, WASM, and Hybrid.

Getting Started

To use bit BlazorUI components, follow these steps:

  1. Install the Bit.BlazorUI nuget package.

using command line:

dotnet add package Bit.BlazorUI

or using Package Manager Console:

Install-Package Bit.BlazorUI
  1. In the default document (App.razor or index.html), add the Bit.BlazorUI CSS file reference:
<link rel="stylesheet" href="_content/Bit.BlazorUI/styles/bit.blazorui.css" />
  1. In the default document (App.razor or index.html), add the Bit.BlazorUI JS file reference:
<script src="_content/Bit.BlazorUI/scripts/bit.blazorui.js"></script>
  1. In the _Imports.razor, add the using Bit.BlazorUI to make it available throughout the project.
@using Bit.BlazorUI;
  1. Start using BlazorUI components following its documents: https://blazorui.bitplatform.dev
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bit.BlazorUI:

Package Downloads
Bit.BlazorUI.Extras

Bit.BlazorUI.Extras

Vertiq.Components.BitBlazor

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

DigikalaBiUtils

Digikala Bi dotnet utils class library.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Bit.BlazorUI:

Repository Stars
functionland/fx-files
You want to literally own your files? This is something won't happen on traditional cloud services in a lifetime. And this is something is going to happen in a glance with "Fx Files" app from now on. It is a file manager which stores everything on Fula blockchain network of Bloxes.
Version Downloads Last Updated
10.4.2 734 2/10/2026
10.4.2-pre-02 105 2/10/2026
10.4.2-pre-01 192 2/8/2026
10.4.1 1,845 2/4/2026
10.4.1-pre-01 149 2/2/2026
10.4.0 6,130 1/20/2026
10.3.0 9,196 1/2/2026
10.3.0-pre-01 166 12/31/2025
10.2.1 7,764 12/19/2025
10.2.1-pre-03 317 12/18/2025
10.2.1-pre-02 297 12/17/2025
10.2.1-pre-01 479 12/11/2025
10.2.0 9,435 12/3/2025
10.2.0-pre-02 693 12/2/2025
10.2.0-pre-01 670 11/30/2025
10.1.1 6,306 11/21/2025
10.1.1-pre-01 323 11/21/2025
10.1.0 2,531 11/18/2025
10.1.0-pre-02 428 11/17/2025
10.1.0-pre-01 350 11/14/2025
Loading failed