Bit.BlazorUI.Extras 9.9.0-pre-01

This is a prerelease version of Bit.BlazorUI.Extras.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Bit.BlazorUI.Extras --version 9.9.0-pre-01
                    
NuGet\Install-Package Bit.BlazorUI.Extras -Version 9.9.0-pre-01
                    
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.Extras" Version="9.9.0-pre-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bit.BlazorUI.Extras" Version="9.9.0-pre-01" />
                    
Directory.Packages.props
<PackageReference Include="Bit.BlazorUI.Extras" />
                    
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.Extras --version 9.9.0-pre-01
                    
#r "nuget: Bit.BlazorUI.Extras, 9.9.0-pre-01"
                    
#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.Extras@9.9.0-pre-01
                    
#: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.Extras&version=9.9.0-pre-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Bit.BlazorUI.Extras&version=9.9.0-pre-01&prerelease
                    
Install as a Cake Tool

bit BlazorUI Extras: The extra components package of bit BlazorUI

NuGet Version Nuget

bit BlazorUI Extra offers a set of extensive UI controls for Blazor.

Why choose bit BlazorUI Extra components?

  • Free and Open Source: Bit BlazorUI components come at no cost and are open to the community for contributions and improvements.
  • Universal Support: Compatible with all interactive Blazor modes — Server, WASM, and Hybrid.

Getting Started

To use bit BlazorUI Extra components, follow these steps:

  1. Install the Bit.BlazorUI.Extras nuget package.

using command line:

dotnet add package Bit.BlazorUI.Extras

or using Package Manager Console:

Install-Package Bit.BlazorUI.Extras
  1. In the default document (App.razor or index.html), add the Bit.BlazorUI.Extras CSS file reference:
<link rel="stylesheet" href="_content/Bit.BlazorUI.Extras/styles/bit.blazorui.extras.css" />
  1. In the default document (App.razor or index.html), add the Bit.BlazorUI.Extras JS file reference:
<script src="_content/Bit.BlazorUI.Extras/scripts/bit.blazorui.extras.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 Extra 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 was computed.  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 (1)

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

Package Downloads
Vertiq.Components.BitBlazor

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.2 319 2/10/2026
10.4.2-pre-02 88 2/10/2026
10.4.2-pre-01 168 2/8/2026
10.4.1 819 2/4/2026
10.4.1-pre-01 135 2/2/2026
10.4.0 2,582 1/20/2026
10.3.0 3,810 1/2/2026
10.3.0-pre-01 151 12/31/2025
10.2.1 3,417 12/19/2025
10.2.1-pre-03 309 12/18/2025
10.2.1-pre-02 289 12/17/2025
10.2.1-pre-01 457 12/11/2025
10.2.0 4,342 12/3/2025
10.2.0-pre-02 678 12/2/2025
10.2.0-pre-01 648 11/30/2025
10.1.1 3,375 11/21/2025
10.1.1-pre-01 297 11/21/2025
10.1.0 1,338 11/18/2025
10.1.0-pre-02 403 11/17/2025
9.9.0-pre-01 225 6/3/2025
Loading failed