![]() |
VOOZH | about |
dotnet add package FluentUI.Blazor.Community.Components --version 1.1.0
NuGet\Install-Package FluentUI.Blazor.Community.Components -Version 1.1.0
<PackageReference Include="FluentUI.Blazor.Community.Components" Version="1.1.0" />
<PackageVersion Include="FluentUI.Blazor.Community.Components" Version="1.1.0" />Directory.Packages.props
<PackageReference Include="FluentUI.Blazor.Community.Components" />Project file
paket add FluentUI.Blazor.Community.Components --version 1.1.0
#r "nuget: FluentUI.Blazor.Community.Components, 1.1.0"
#:package FluentUI.Blazor.Community.Components@1.1.0
#addin nuget:?package=FluentUI.Blazor.Community.Components&version=1.1.0Install as a Cake Addin
#tool nuget:?package=FluentUI.Blazor.Community.Components&version=1.1.0Install as a Cake Tool
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.Components
To build the project locally:
dotnet restore
dotnet build --configuration Release
dotnet test
This repository includes automated GitHub Actions workflows for deploying packages to NuGet.org:
v1.0.1) to trigger deploymentFor detailed instructions, see .
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.