Egov.FOD.UIComponents 10.2.2

Prefix Reserved
There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Egov.FOD.UIComponents" Version="10.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Egov.FOD.UIComponents" Version="10.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Egov.FOD.UIComponents" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Egov.FOD.UIComponents --version 10.2.2
                    
#r "nuget: Egov.FOD.UIComponents, 10.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Egov.FOD.UIComponents@10.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Egov.FOD.UIComponents&version=10.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Egov.FOD.UIComponents&version=10.2.2
                    
Install as a Cake Tool

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

  1. Install the package.
  2. Add the namespace to _Imports.razor:
@using Fod.UIComponents
  1. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
10.3.9 77 7/2/2026
10.3.8 54 7/2/2026
10.3.7 49 7/2/2026
10.3.6 184 5/4/2026
10.3.5 120 4/29/2026
10.3.4 164 4/14/2026
10.3.2-preview 104 4/14/2026
10.2.2 118 4/8/2026