Microsoft.Fast.Components.FluentUI 1.0.0
Microsoft.Fast
:star: 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
Showing the top 20 packages that depend on Microsoft.Fast.Components.FluentUI.
Packages | Downloads |
---|---|
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library.
|
7 |
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library.
|
6 |
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library.
|
5 |
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library.
|
4 |
Microsoft.Fast.Components.FluentUI.Icons
A set of icons wrapping Microsoft’s official Fluent UI Icon library.
|
3 |
.NET 6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
Version | Downloads | Last updated |
---|---|---|
3.8.0 | 1 | 11/15/2024 |
3.7.8 | 20 | 07/05/2024 |
3.7.7 | 20 | 07/06/2024 |
3.7.5 | 3 | 06/30/2024 |
3.7.4 | 3 | 06/29/2024 |
3.7.3 | 3 | 06/29/2024 |
3.7.2 | 3 | 06/24/2024 |
3.7.1 | 6 | 05/22/2024 |
3.7.1-preview.24138.3 | 5 | 05/20/2024 |
3.7.0 | 5 | 05/04/2024 |
3.6.2 | 5 | 04/29/2024 |
3.6.1 | 5 | 04/17/2024 |
3.6.0 | 6 | 03/29/2024 |
3.5.5 | 3 | 05/28/2024 |
3.5.4 | 4 | 05/28/2024 |
3.5.3 | 4 | 05/28/2024 |
3.5.2 | 4 | 05/28/2024 |
3.5.1 | 5 | 05/28/2024 |
3.5.0 | 3 | 05/28/2024 |
3.4.1 | 3 | 05/28/2024 |
3.4.0 | 4 | 05/28/2024 |
3.3.0 | 7 | 04/04/2024 |
3.2.2 | 4 | 05/28/2024 |
3.2.1 | 5 | 05/28/2024 |
3.2.0 | 4 | 05/15/2024 |
3.1.1 | 3 | 05/28/2024 |
3.1.0 | 4 | 05/28/2024 |
3.0.1 | 3 | 05/28/2024 |
3.0.0 | 5 | 04/23/2024 |
3.0.0-RC.1 | 2 | 06/26/2024 |
3.0.0-preview.5 | 4 | 05/27/2024 |
3.0.0-preview.4.230627.1 | 3 | 05/28/2024 |
3.0.0-preview.3 | 3 | 05/27/2024 |
3.0.0-preview.2 | 4 | 05/27/2024 |
2.4.3 | 4 | 05/28/2024 |
2.4.2 | 3 | 05/28/2024 |
2.4.1 | 3 | 05/28/2024 |
2.4.0 | 6 | 04/30/2024 |
2.3.6 | 3 | 05/28/2024 |
2.3.5 | 3 | 05/28/2024 |
2.3.4 | 5 | 05/26/2024 |
2.3.3 | 4 | 05/28/2024 |
2.3.1 | 3 | 05/28/2024 |
2.3.0 | 5 | 05/28/2024 |
2.2.1 | 3 | 05/28/2024 |
2.2.0 | 5 | 05/04/2024 |
2.2.0-preview.2 | 4 | 05/27/2024 |
2.1.4 | 4 | 05/28/2024 |
2.1.3 | 4 | 05/28/2024 |
2.1.2 | 4 | 05/28/2024 |
2.1.1 | 4 | 05/28/2024 |
2.1.0 | 3 | 05/28/2024 |
2.1.0-rc-4 | 4 | 05/29/2024 |
2.1.0-rc-3 | 3 | 06/25/2024 |
2.1.0-rc-2 | 4 | 05/29/2024 |
2.1.0-beta-1 | 6 | 04/12/2024 |
2.0.5 | 4 | 05/28/2024 |
2.0.4 | 3 | 05/28/2024 |
2.0.3 | 4 | 05/28/2024 |
2.0.2 | 4 | 05/28/2024 |
2.0.1 | 4 | 05/28/2024 |
2.0.0 | 3 | 05/28/2024 |
2.0.0-rc-2 | 4 | 05/29/2024 |
2.0.0-rc-1 | 3 | 05/29/2024 |
1.6.1 | 4 | 05/28/2024 |
1.6.0 | 3 | 05/28/2024 |
1.5.3 | 6 | 05/28/2024 |
1.5.2 | 3 | 05/28/2024 |
1.5.1 | 5 | 05/28/2024 |
1.5.0 | 3 | 05/28/2024 |
1.4.4 | 3 | 05/28/2024 |
1.4.3 | 3 | 05/28/2024 |
1.4.2 | 4 | 05/28/2024 |
1.4.1 | 6 | 05/15/2024 |
1.4.0 | 4 | 05/28/2024 |
1.3.1 | 5 | 05/14/2024 |
1.3.0 | 4 | 05/28/2024 |
1.2.1 | 4 | 05/28/2024 |
1.2.0 | 3 | 05/28/2024 |
1.1.0 | 6 | 05/28/2024 |
1.0.0 | 4 | 05/28/2024 |
0.5.0 | 3 | 05/28/2024 |
0.4.0 | 4 | 05/28/2024 |
0.3.0 | 5 | 04/25/2024 |
0.2.0 | 4 | 05/07/2024 |
0.1.0 | 6 | 03/28/2024 |
0.0.4 | 3 | 05/28/2024 |
0.0.3 | 3 | 05/28/2024 |
0.0.2 | 4 | 05/28/2024 |