Egov.FOD.UIComponents
10.2.2
Prefix Reserved
See the version list below for details.
dotnet add package Egov.FOD.UIComponents --version 10.2.2
NuGet\Install-Package Egov.FOD.UIComponents -Version 10.2.2
<PackageReference Include="Egov.FOD.UIComponents" Version="10.2.2" />
<PackageVersion Include="Egov.FOD.UIComponents" Version="10.2.2" />
<PackageReference Include="Egov.FOD.UIComponents" />
paket add Egov.FOD.UIComponents --version 10.2.2
#r "nuget: Egov.FOD.UIComponents, 10.2.2"
#:package Egov.FOD.UIComponents@10.2.2
#addin nuget:?package=Egov.FOD.UIComponents&version=10.2.2
#tool nuget:?package=Egov.FOD.UIComponents&version=10.2.2
FOD.UIComponents
Blazor UI component library based on the MUD Design System for government and enterprise web applications.
Why this package
FOD.UIComponents helps teams build consistent, accessible, and modern Blazor interfaces with reusable components and design-system-aligned styling.
Highlights
- Built for Blazor applications on .NET 10
- Design-system-aligned components for common UI patterns
- Localization support for multi-language apps
- Accessibility-focused component behavior
- Ready for use in component libraries and business apps
Installation
dotnet add package FOD.UIComponents
Quick start
- Install the package.
- Add the namespace to
_Imports.razor:
@using Fod.UIComponents
- Use components in your pages:
<FodButton Variant="Variant.Filled" Color="Color.Primary">
Save
</FodButton>
Components included
The package includes a broad set of components, including:
- Buttons and button groups
- Inputs, selects, numeric fields, checkboxes, and radios
- Date picker and phone input
- Accordion, drawer, table, list, tags, and badges
- Snackbar, tooltip, loading spinner, skeleton, and other feedback/display elements
- Header, footer, and layout-focused components
Compatibility
- Target framework:
net10.0 - Designed for Blazor applications
Design system
This package implements patterns from the FOD Design System:
Support and source
For source code, examples, and development documentation, use the project repository and demo application included with this package source.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components.Authorization (>= 10.0.5)
- Microsoft.AspNetCore.Components.Web (>= 10.0.5)
- Microsoft.AspNetCore.Components.WebAssembly (>= 10.0.5)
- Microsoft.AspNetCore.Http (>= 2.3.9)
- Microsoft.Extensions.Http (>= 10.0.5)
- Microsoft.Extensions.Localization (>= 10.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Egov.FOD.UIComponents:
| Package | Downloads |
|---|---|
|
Egov.Fod.ServiceComponents
Blazor component library for FOD public service request workflows. Provides reusable wizard orchestration, requestor/beneficiary data collection, apostillation, delivery, payment, and document attachment components. |
GitHub repositories
This package is not used by any popular GitHub repositories.