You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,7 +14,7 @@ This package is for use in .NET 8 and 9 Blazor projects. If you are using **now
14
14
15
15
## Introduction
16
16
17
-
The `Microsoft.FluentUI.AspNetCore` family of packages provides a set of [Blazor](https://blazor.net)components, tools and utilities which are used to build applications that have a Fluent design (i.e. have the look and feel of modern Microsoft applications).
17
+
The `Microsoft.FluentUI.AspNetCore` family of packages provides a set of Razor components for [Blazor](https://blazor.net)applications, tools and utilities which are used to build applications that have a Fluent design (i.e. have the look and feel of modern Microsoft applications).
18
18
19
19
Some of the components in the library are wrappers around Microsoft's official Fluent UI Web Components. Others are components that leverage the Fluent Design System or make it easier to work with Fluent. To get up and running with the library, see the **Getting Started** section below.
20
20
@@ -82,12 +82,12 @@ If you add interactivity later, the Blazor script will kick in and try to load t
82
82
If you want to use **Reboot**, you'll need to add to your `app.razor`, `index.html` or `_Layout.cshtml` file a line that includes the stylesheet (`.css` file). This can be done by adding the following line to the `<head>` section:
When using the templates to create your application, **Reboot** is already set-up for you.
89
89
90
-
90
+
_When creating a site that is hosted in a different base path,it might be necessary to remove the leading '/' from the stylesheet link._
91
91
92
92
### Register Services
93
93
Add the following in `Program.cs`
@@ -120,7 +120,7 @@ We have additional packages available that include the complete Fluent UI System
120
120
Please refer to the [Icons and Emoji](https://www.fluentui-blazor.net/IconsAndEmoji) page for more information.
121
121
122
122
## Usage
123
-
With the package installed, you can begin using the Fluent UI Blazor components in the same way as any other Blazor component.
123
+
With the package installed, you can begin using the Fluent UI Blazor library components in the same way as any other Razor component.
124
124
125
125
### Add Imports
126
126
@@ -131,7 +131,7 @@ After the package is added, you need to add the following in your `_Imports.raz
131
131
```
132
132
133
133
### Quick Start
134
-
This is literally all you need in your views to use Fluent UI Blazor components.
134
+
This is literally all you need in your views to use Fluent UI Blazor library in your application.
135
135
136
136
```xml
137
137
<FluentCard>
@@ -141,7 +141,7 @@ This is literally all you need in your views to use Fluent UI Blazor components.
141
141
```
142
142
143
143
## Configuring the Design System
144
-
The Fluent UI Blazor components are built on FAST's (Adaptive UI) technology, which enables design customization and personalization, while automatically
144
+
The Fluent UI Razor components are built on FAST's (Adaptive UI) technology, which enables design customization and personalization, while automatically
145
145
maintaining accessibility. This is accomplished through setting various "design tokens". The library exposes all design tokens, which you can use both from code as in a declarative way in your `.razor` pages. The different ways of working with design tokens are described in the [design tokens](https://www.fluentui-blazor.net/DesignTokens) page.
146
146
147
147
## Blazor Hybrid
@@ -171,7 +171,7 @@ Please see the [DataGrid](https://www.fluentui-blazor.net/DataGrid) page for mor
171
171
172
172
173
173
## Additional resources
174
-
* The Microsoft Fluent UI Blazor components[documentation and demo site](https://www.fluentui-blazor.net)
174
+
* The Microsoft Fluent UI Blazor library[documentation and demo site](https://www.fluentui-blazor.net)
175
175
176
176
## Support
177
177
The Microsoft Fluent UI Blazor library is an open source project and is **not** an official part of ASP.NET Core, which means it’s **not** officially
-\[Tabs\] Fix issue with publication/trimming ([#3677](https://github.com/microsoft/fluentui-blazor/pull/3677))
22
+
-\[Templates\] Fix overwriting standard Blazor Hybrid template ([#3673](https://github.com/microsoft/fluentui-blazor/pull/3673))
23
+
-\[Tooltip\] Add AdditionalProperties when using TooltipService ([#3691](https://github.com/microsoft/fluentui-blazor/pull/3691))
24
+
-\[Wizard\] Add the ability to invoke `OnFinish` ([#3648](https://github.com/microsoft/fluentui-blazor/pull/3648))
25
+
26
+
### Demo site and documentation
27
+
-\[Docs\] Add message for when using reboot with different BasePath ([#3678](https://github.com/microsoft/fluentui-blazor/pull/3678))
28
+
-\[Docs\] Clarify FluentSelect SelectedOptionsChanged not triggered with manual options ([#3680](https://github.com/microsoft/fluentui-blazor/pull/3680))
29
+
-\[Docs\] Fix missing `DisplayMode` attribute in `DataGridRemoteData.razor` ([#3729](https://github.com/microsoft/fluentui-blazor/pull/3729))
30
+
-\[Docs\] Try to use more correct terminology ([#3705](https://github.com/microsoft/fluentui-blazor/pull/3705))
31
+
-\[Docs\] Update InputFile docs to explain usage of different InputFileModes ([#3757](https://github.com/microsoft/fluentui-blazor/pull/3757))
32
+
33
+
### Icons and Emoji
34
+
- Update to Fluent UI System Icons 1.1.298.
35
+
> As of this version we will no longer highlight individual icon additions/changes. You can find the full list of changes in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/).
0 commit comments