fluentui-blazor
Implementation guide for Fluent UI Blazor components, covering service registration, icons, and component patterns.
Install
npx skills add https://github.com/github/awesome-copilot --skill fluentui-blazorStats
| Total installs | 7,501 |
| Weekly installs | 7.5K |
| GitHub stars | 27.4K |
| First seen | Feb 18, 2026 |
| Source | @github/awesome-copilot |
Summary
- Covers setup (service registration, mandatory providers), component patterns (lists, dialogs, forms), and icons via a separate NuGet package with strongly-typed variants and sizes
- Explains critical patterns: FluentSelect/FluentAutocomplete use Items, OptionText, and SelectedOption binding (not <option> children), and dialogs use IDialogService with content components, not visibility toggling
- Provides service injection examples for toasts, dialogs, and message bars; clarifies ServiceLifetime rules (Scoped for Server/Interactive, Singleton for WebAssembly)
- Warns against common mistakes: manual <script>/<link> tags, setting design tokens before render, and using FluentEditForm outside wizard contexts
Tags
Related skills
| Skill | Installs | vs fluentui-blazor |
|---|---|---|
| unocss | 6,939 | -562 |
| mobile-android-design | 7,801 | +300 |
| web-design-reviewer | 8,586 | +1,085 |
| vscode-ext-localization | 7,582 | +81 |
| markdown-to-html | 7,793 | +292 |
FAQ
- How many installs does fluentui-blazor have?
- fluentui-blazor has 7,501 total installs and 7.5K installs this week.
- Where is fluentui-blazor hosted?
- fluentui-blazor is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does fluentui-blazor have?
- fluentui-blazor has 27.4K GitHub stars.
- When was fluentui-blazor first indexed?
- OrangeBot.AI first indexed fluentui-blazor on Feb 18, 2026.
- How do I install fluentui-blazor?
- Run: npx skills add https://github.com/github/awesome-copilot --skill fluentui-blazor