Closed
Description
I created a MAUI-Blazor project with VS 2022.
and installed Microsoft.Fast.Components.FluentUI 2.3.2
Add @using Microsoft.Fast.Components.FluentUI
in _Imports.razor.
Followed documents modified Promgram.cs
Add sample code in index.razor
<FluentCard Style="padding: 1.5rem; width: 400px; height: 250px; ">
<h2>Hello World!</h2>
<FluentButton Appearance="@Appearance.Accent">Click Me</FluentButton>
</FluentCard>
Metadata
Metadata
Assignees
Labels
No labels