FluentUI.Blazor.Community.Components 0.0.3

dotnet add package FluentUI.Blazor.Community.Components --version 0.0.3
                    
NuGet\Install-Package FluentUI.Blazor.Community.Components -Version 0.0.3
                    
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="FluentUI.Blazor.Community.Components" Version="0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentUI.Blazor.Community.Components" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="FluentUI.Blazor.Community.Components" />
                    
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 FluentUI.Blazor.Community.Components --version 0.0.3
                    
#r "nuget: FluentUI.Blazor.Community.Components, 0.0.3"
                    
#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 FluentUI.Blazor.Community.Components@0.0.3
                    
#: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=FluentUI.Blazor.Community.Components&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=FluentUI.Blazor.Community.Components&version=0.0.3
                    
Install as a Cake Tool

FluentUI Blazor Community Extensions

This package is for use in .NET 9 Blazor projects.

Introduction

The FluentUI.Blazor.Community.Components package provides a collection of open-source Razor components that extend the official Microsoft FluentUI Blazor Library.

Documentation on the components is available at the demo site.

Component Overview

The components are organized into two main categories:

1. Custom Components

These components are specifically designed to seamlessly follow the FluentUI design principles, offering additional functionality and consistent styling beyond what the official library provides.

2. Composite Components

These components are created by combining multiple official FluentUI components. They deliver higher-level building blocks that represent common UI patterns out of the box.

Getting Started

To using this library, you first need to install the package via NuGet. You can use the NuGet package manager in your IDE or use the following command when using a CLI:

dotnet add package FluentUI.Blazor.Community.Components
Add Imports

After the package is added, you need to add the following in your _Imports.razor

@using FluentUI.Blazor.Community.Components

Development

Building and Testing

To build the project locally:

dotnet restore
dotnet build --configuration Release
dotnet test

NuGet Package Deployment

This repository includes automated GitHub Actions workflows for deploying packages to NuGet.org:

  • Automatic Deployment: Push a version tag (e.g., v1.0.1) to trigger deployment
  • Manual Deployment: Use the "Deploy to NuGet" workflow in GitHub Actions

For detailed instructions, see .github/workflows/README-deploy-nuget.md.

Support

The FluentUI Blazor Community Extensions is an open source project. It is built and maintained by community members and offers support, like most other open source projects, on a best effort base through the GitHub repository only.

Product Compatible and additional computed target framework versions.
.NET 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.3 308 8/29/2025
0.0.2 211 8/24/2025
0.0.1 60 8/23/2025