Merged
Conversation
Add a new skill for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components v4) in Blazor applications. Includes guidance on setup, component usage, theming, data grids, layout and navigation.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new fluentui-blazor skill to the repository to guide users on setting up and using Microsoft Fluent UI Blazor components (v4), with bundled reference documentation for common areas (setup, theming, layout/navigation, and data grid usage).
Changes:
- Added
skills/fluentui-blazor/SKILL.mdwith end-to-end usage guidance and troubleshooting rules. - Added four bundled reference docs under
skills/fluentui-blazor/references/(Setup, Theming, Layout/Navigation, DataGrid). - Updated
docs/README.skills.mdto index the new skill and its bundled reference files.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/fluentui-blazor/SKILL.md | New skill entry point with core guidance and links to bundled references. |
| skills/fluentui-blazor/references/SETUP.md | Setup instructions: packages, registration, layout/provider placement, imports, and services. |
| skills/fluentui-blazor/references/THEMING.md | Theming guidance covering FluentDesignTheme, design system provider, and token DI patterns. |
| skills/fluentui-blazor/references/LAYOUT-AND-NAVIGATION.md | Reference for layout containers and navigation components/patterns. |
| skills/fluentui-blazor/references/DATAGRID.md | Reference for FluentDataGrid usage including columns, data sources, pagination, virtualization, and sorting. |
| docs/README.skills.md | Adds the new fluentui-blazor row to the skills index table with bundled assets list. |
aaronpowell
requested changes
Feb 16, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
There's a merge conflict that needs resolving. Also, copilot has left some comments but I think they can be ignored - give them a quick review and close if they aren't relevant.
Removes duplicate entry for the fluentui-blazor skill in the skills documentation. Keeps the entry on the main branch.
Contributor
Author
|
@aaronpowell ty for your review. I resolved the conflict. Size your day. |
aaronpowell
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new skill for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components v4) in Blazor applications. Includes guidance on setup, component usage, theming, data grids, layout and navigation.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This pull request adds comprehensive documentation for the new
fluentui-blazorskill, which provides detailed guidance on using the Microsoft Fluent UI Blazor component library in Blazor applications. The documentation includes a main usage guide and reference files covering data grids, layout, and navigation components. The most important changes are grouped below:New Skill Documentation:
fluentui-blazorskill with a detailed usage guide (SKILL.md) explaining setup, required providers, service registration, icon usage, list binding, autocomplete, dialog and toast patterns, theming, and form integration.docs/README.skills.mdto include the newfluentui-blazorskill and its reference files.Reference Documentation for Fluent UI Blazor:
references/DATAGRID.mdwith detailed instructions and code examples for using theFluentDataGridcomponent, covering columns, data sources, pagination, virtualization, and sorting.references/LAYOUT-AND-NAVIGATION.mddocumenting layout containers (e.g.,FluentLayout,FluentStack,FluentGrid) and navigation components (e.g.,FluentNavMenu,FluentNavGroup,FluentNavLink,FluentBreadcrumb,FluentTabs) with usage patterns and parameters.Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.