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
<PackageReference Include="FluentUI.Blazor.Community.Components" Version="0.0.3" />
<PackageVersion Include="FluentUI.Blazor.Community.Components" Version="0.0.3" />
<PackageReference Include="FluentUI.Blazor.Community.Components" />
paket add FluentUI.Blazor.Community.Components --version 0.0.3
#r "nuget: FluentUI.Blazor.Community.Components, 0.0.3"
#:package FluentUI.Blazor.Community.Components@0.0.3
#addin nuget:?package=FluentUI.Blazor.Community.Components&version=0.0.3
#tool nuget:?package=FluentUI.Blazor.Community.Components&version=0.0.3
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 | Versions 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. |
-
net9.0
- Microsoft.AspNetCore.Components (>= 9.0.8)
- Microsoft.AspNetCore.Components.Web (>= 9.0.8)
- Microsoft.AspNetCore.StaticFiles (>= 2.3.0)
- Microsoft.FluentUI.AspNetCore.Components (>= 4.12.1)
- Microsoft.FluentUI.AspNetCore.Components.Emoji (>= 4.12.1)
- Microsoft.FluentUI.AspNetCore.Components.Icons (>= 4.12.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.