Egov.FOD.UIComponents 10.3.6

Prefix Reserved
dotnet add package Egov.FOD.UIComponents --version 10.3.6
                    
NuGet\Install-Package Egov.FOD.UIComponents -Version 10.3.6
                    
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.3.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Egov.FOD.UIComponents" Version="10.3.6" />
                    
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.3.6
                    
#r "nuget: Egov.FOD.UIComponents, 10.3.6"
                    
#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.3.6
                    
#: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.3.6
                    
Install as a Cake Addin
#tool nuget:?package=Egov.FOD.UIComponents&version=10.3.6
                    
Install as a Cake Tool

FOD UI Components for Blazor

NuGet Version License: MIT

A high-performance, accessible Blazor component library implementing the FOD Design System for Moldova Government applications.

Overview

FOD UI Components provides production-ready, theme-aware Blazor components that strictly follow the FOD Design System specifications. Built with .NET 10, the library offers a clean API, comprehensive accessibility support, and excellent developer experience.

Features

  • 🚀 Performance: Lightweight and optimized for fast rendering.
  • ♿ Accessibility: Built with ARIA standards and keyboard navigation support.
  • 🌍 Localization: Ready for multi-language applications (RO, RU, EN).
  • 🎨 Design System: Accurate implementation of the FOD design language.
  • 🔧 Enterprise Ready: Strictly typed, well-tested, and documented.

Installation

Install the package via NuGet:

dotnet add package Egov.FOD.UIComponents

Or via the NuGet Package Manager:

Install-Package Egov.FOD.UIComponents

Quick Start

  1. Add the necessary services to your Program.cs:
using Fod.UIComponents.Extensions;

builder.Services.AddFodUIComponents();
  1. Import the namespace in _Imports.razor:
@using Fod.UIComponents
@using Fod.UIComponents.Components
  1. Add the CSS and JS references in index.html (Wasm) or App.razor (Server):
<link href="_content/Egov.Fod.UIComponents/css/fod-ui.css" rel="stylesheet" />
<script src="_content/Egov.Fod.UIComponents/js/fod-ui.js"></script>
  1. Use a component:
<FodButton Color="Color.Primary" OnClick="HandleClick">
    Click Me
</FodButton>

Documentation

Detailed documentation for each component can be found in the Documentation folder:

Contributing

We welcome contributions! Please see our CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on how to get involved.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

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.6 160 5/4/2026
10.3.5 114 4/29/2026
10.3.4 150 4/14/2026
10.3.2-preview 100 4/14/2026
10.2.2 112 4/8/2026