Microsoft.Fast.Components.FluentUI
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Fast.Components.FluentUI --version 1.0.0
NuGet\Install-Package Microsoft.Fast.Components.FluentUI -Version 1.0.0
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="1.0.0" />
paket add Microsoft.Fast.Components.FluentUI --version 1.0.0
#r "nuget: Microsoft.Fast.Components.FluentUI, 1.0.0"
// Install Microsoft.Fast.Components.FluentUI as a Cake Addin #addin nuget:?package=Microsoft.Fast.Components.FluentUI&version=1.0.0 // Install Microsoft.Fast.Components.FluentUI as a Cake Tool #tool nuget:?package=Microsoft.Fast.Components.FluentUI&version=1.0.0
Microsoft.Fast
⭐ We appreciate your star, it helps!
Introduction
The Microsoft.Fast.Components.FluentUI
package provides a lightweight set of Blazor component wrappers around Microsoft's official FluentUI Web Components. The FluentUI Web Components are built on FAST and work in every major browser. To get up and running with Microsoft.Fast.Components.FluentUI
see the Getting Started section below.
The source for @fluentui/web-components
is hosted in the Fluent UI mono-repository. Documentation on the components is available on docs.microsoft.com.
Getting Started
To get started using Microsoft.Fast.Components.FluentUI
, you will need both the Nuget package and the accompanying Web Component implementations. First, install the Nuget package. If using the .NET CLI, you can run the following command to accomplish that.
dotnet add package Microsoft.Fast.Components.FluentUI
Next, add a script tag to your project.
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
Depending on what type of Blazor project you are building, it will go into one of two places:
- For a Blazor Server project, add the script tag to your
_Host.cshtml
file. - For a Blazor WASM project, add the script tag to your index or main layout.
Note: If the script reference is added to a
.razor
or.cshtml
file, you will need to escape the@
with a second@
like sohttps://unpkg.com/@@fluentui/web-components
.
Once these steps are completed, you can then begin using the components throughout your Blazor application by adding the following using
statement to your views:
@using Microsoft.Fast.Components.FluentUI
Here's an example of what page with a card and button would look like:
@page "/"
@using Microsoft.Fast.Components.FluentUI
<FluentCard>
<h2>Hello World!</h2>
<FluentButton Appearance="@Appearance.Accent">
Click Me
</FluentButton>
</FluentCard>
Take a look in the examples
folder of this repository to see how to use the various components.
Joining the Community
Looking to get answers to questions or engage with us in realtime? Our community is most active on Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.
If you don't find a component you're looking for, it's best to create the issue in our FAST repo here and limit issues on this repo to bugs in the Blazor component wrappers or Blazor-specific features.
We look forward to building an amazing open source community with you!
Contact
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.Fast.Components.FluentUI:
Package | Downloads |
---|---|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library. |
|
Microsoft.Fast.Components.FluentUI.Emojis
A Blazor wrapper library for the official Microsoft Fluent UI Emoji set. |
|
Microsoft.Fast.Components.FluentUI.DataGrid.EntityFrameworkAdapter
An adapter for using the Fluent UI Blazor DataGrid with Entity Framework. |
|
SobaFw.Client
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.Fast.Components.FluentUI:
Repository | Stars |
---|---|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
|
microsoft/hack-together-teams
HackTogether: The Microsoft Teams Global Hack | Register, Hack, Win 👇
|
|
guitarrapc/SkiaSharp.QrCode
Qr Code Generator with Skia. (no System.Drawing)
|
Version | Downloads | Last updated |
---|---|---|
3.8.0 | 268 | 11/13/2024 |
3.7.8 | 14,503 | 7/1/2024 |
3.7.7 | 223 | 6/30/2024 |
3.7.5 | 477 | 6/27/2024 |
3.7.4 | 691 | 6/24/2024 |
3.7.3 | 151 | 6/24/2024 |
3.7.2 | 2,167 | 6/13/2024 |
3.7.1 | 2,606 | 5/19/2024 |
3.7.1-preview.24138.3 | 91 | 5/17/2024 |
3.7.0 | 2,259 | 4/30/2024 |
3.6.2 | 1,785 | 4/23/2024 |
3.6.1 | 2,753 | 4/11/2024 |
3.6.0 | 7,019 | 3/7/2024 |
3.5.5 | 8,709 | 2/6/2024 |
3.5.4 | 7,352 | 1/31/2024 |
3.5.3 | 3,102 | 1/23/2024 |
3.5.2 | 2,456 | 1/19/2024 |
3.5.1 | 2,784 | 1/17/2024 |
3.5.0 | 51,431 | 12/14/2023 |
3.4.1 | 7,835 | 11/30/2023 |
3.4.0 | 3,274 | 11/28/2023 |
3.3.0 | 11,496 | 11/2/2023 |
3.2.2 | 10,719 | 10/24/2023 |
3.2.1 | 547 | 10/23/2023 |
3.2.0 | 13,970 | 10/9/2023 |
3.1.1 | 8,395 | 9/27/2023 |
3.1.0 | 2,407 | 9/22/2023 |
3.0.1 | 9,947 | 9/4/2023 |
3.0.0 | 11,033 | 8/28/2023 |
3.0.0-RC.1 | 2,519 | 7/17/2023 |
3.0.0-preview.5 | 550 | 7/4/2023 |
3.0.0-preview.4.230627.1 | 512 | 6/27/2023 |
3.0.0-preview.3 | 748 | 4/30/2023 |
3.0.0-preview.2 | 439 | 4/19/2023 |
2.4.3 | 19,565 | 8/25/2023 |
2.4.2 | 4,184 | 8/14/2023 |
2.4.1 | 22,339 | 7/14/2023 |
2.4.0 | 1,939 | 7/11/2023 |
2.3.6 | 47,229 | 6/8/2023 |
2.3.5 | 1,852 | 6/2/2023 |
2.3.4 | 1,559 | 5/30/2023 |
2.3.3 | 3,035 | 5/24/2023 |
2.3.1 | 893 | 5/19/2023 |
2.3.0 | 1,911 | 5/9/2023 |
2.2.1 | 5,291 | 5/1/2023 |
2.2.0 | 2,981 | 4/20/2023 |
2.2.0-preview.2 | 294 | 4/5/2023 |
2.1.4 | 13,073 | 3/21/2023 |
2.1.3 | 4,146 | 3/14/2023 |
2.1.2 | 2,506 | 3/10/2023 |
2.1.1 | 13,344 | 2/24/2023 |
2.1.0 | 1,922 | 2/23/2023 |
2.1.0-rc-4 | 1,604 | 2/21/2023 |
2.1.0-rc-3 | 2,870 | 2/15/2023 |
2.1.0-rc-2 | 2,388 | 2/10/2023 |
2.1.0-beta-1 | 3,726 | 1/24/2023 |
2.0.5 | 11,849 | 2/12/2023 |
2.0.4 | 1,787 | 2/6/2023 |
2.0.3 | 2,882 | 1/31/2023 |
2.0.2 | 9,765 | 1/25/2023 |
2.0.1 | 5,721 | 1/10/2023 |
2.0.0 | 2,967 | 1/6/2023 |
2.0.0-rc-2 | 1,871 | 12/21/2022 |
2.0.0-rc-1 | 1,373 | 11/30/2022 |
1.6.1 | 2,407 | 1/31/2023 |
1.6.0 | 17,760 | 11/8/2022 |
1.5.3 | 60,380 | 9/12/2022 |
1.5.2 | 23,750 | 9/6/2022 |
1.5.1 | 25,299 | 8/19/2022 |
1.5.0 | 64,012 | 7/18/2022 |
1.4.4 | 134,541 | 6/10/2022 |
1.4.3 | 1,900 | 6/7/2022 |
1.4.2 | 102,580 | 6/2/2022 |
1.4.1 | 233,323 | 5/11/2022 |
1.4.0 | 3,349 | 4/26/2022 |
1.3.1 | 2,035 | 4/25/2022 |
1.3.0 | 2,312 | 4/18/2022 |
1.2.1 | 2,122 | 4/12/2022 |
1.2.0 | 3,687 | 3/23/2022 |
1.1.0 | 25,767 | 12/3/2021 |
1.0.0 | 10,524 | 11/9/2021 |
0.5.0 | 412 | 10/29/2021 |
0.4.0 | 5,891 | 10/7/2021 |
0.3.0 | 4,083 | 8/5/2021 |
0.2.0 | 8,106 | 5/24/2021 |
0.1.0 | 1,551 | 5/6/2021 |
0.0.4 | 1,445 | 5/5/2021 |
0.0.3 | 1,445 | 5/5/2021 |
0.0.2 | 1,743 | 5/5/2021 |