This package is for use in .NET 9 Blazor projects.
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.
The components are organized into two main categories:
These components are specifically designed to seamlessly follow the FluentUI design principles, offering additional functionality and consistent styling beyond what the official library provides.
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.
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
After the package is added, you need to add the following in your _Imports.razor
@using FluentUI.Blazor.Community.ComponentsTo build the project locally:
dotnet restore
dotnet build --configuration Release
dotnet testThis 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.
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.