CymruBlazor 1.4.0

dotnet add package CymruBlazor --version 1.4.0
                    
NuGet\Install-Package CymruBlazor -Version 1.4.0
                    
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="CymruBlazor" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CymruBlazor" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="CymruBlazor" />
                    
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 CymruBlazor --version 1.4.0
                    
#r "nuget: CymruBlazor, 1.4.0"
                    
#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 CymruBlazor@1.4.0
                    
#: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=CymruBlazor&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=CymruBlazor&version=1.4.0
                    
Install as a Cake Tool

CymruBlazor

An open-source Blazor component library implementing the NHS Wales Design System.

NuGet NuGet Downloads CI License: MIT

Status: Stable (1.x)

CymruBlazor follows Semantic Versioning: new components and features arrive in minor releases, and breaking changes are reserved for major releases. APIs that are being replaced are marked [Obsolete] first. The library is under active development, so the component set keeps growing. See the CHANGELOG for release history.

Getting Started

Targets .NET 10. Install the package from NuGet:

dotnet add package CymruBlazor

Add the stylesheet to your App.razor or _Host.cshtml:

<link href="_content/CymruBlazor/css/cymrublazor.css" rel="stylesheet" />

See the Demo application for full usage.

Documentation

The full component catalogue, with live previews and code samples, is published from the Demo application to GitHub Pages:

gncube.github.io/CymruBlazor

Contributing

Read CONTRIBUTING.md before opening a pull request.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 0 9/23/2026
1.3.0 53 9/21/2026
1.2.1 61 9/19/2026
1.2.0 93 9/19/2026
1.1.0 88 9/16/2026
1.0.0 92 9/14/2026
0.1.0-preview.10 59 9/11/2026
0.1.0-preview.6 83 8/21/2026
0.1.0-preview.5 71 8/21/2026
0.1.0-preview.4 68 8/20/2026