TheNerdCollective.Brand.Dnf 2.0.0

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

TheNerdCollective.Brand.Dnf

Danmarks Naturfredningsforening (DNF) brand pack for MudBlazor design tokens and responsive typography.

Install (DNF MudBlazor app)

<PackageReference Include="TheNerdCollective.MudComponents.Shared" />
<PackageReference Include="TheNerdCollective.MudComponents.DesignTokens" />
<PackageReference Include="TheNerdCollective.Brand.Dnf" />

Colors only

using TheNerdCollective.Brand.Dnf;

builder.Services.AddMudServices();
builder.Services.AddNerdDnfBrand();

Full design system (colors + typography)

builder.Services.AddNerdDnfDesignSystem();

Or separately:

builder.Services.AddNerdDnfBrand();
builder.Services.AddNerdDnfTypography();

Typography requires TheNerdCollective.MudComponents.ResponsiveTypography (referenced transitively by this package).

In App.razor:

<MudThemeProvider />
<NerdDesignTokenStyles />

What you get

  • Identity version2025.1 (NerdDnfBrandPack.IdentityVersion)
  • 12 colors — jord, ler, kridt, skov, himmel, … (2025 identity palette)
  • Recipeshero, cta-strip, link-card, footer, kridt-himmel
  • Semantic aliasesprimary-action, page-surface, brand-chrome, …
  • Opacity tokenswatermark, hero-overlay
  • Pairing policy — 12 godkendte content-on-surface par (identity guide)
  • Typography — editorial clamp scale tuned for DNF (NerdDnfTypographyPresets)

Development catalog (optional)

<PackageReference Include="TheNerdCollective.MudComponents.DesignTokens.Catalog" />
builder.Services.AddNerdDnfBrand(options =>
{
    options.EnableCatalogPage = true;
    options.RestrictCatalogToDevelopment = true;
});
builder.Services.AddNerdDesignTokenCatalog();

app.MapRazorComponents<App>()
    .AddInteractiveServerRenderMode()
    .AddNerdDesignTokenCatalog(app.Services)
    .AddNerdDesignSystemHub(app.Services);

Full install guide: docs/BRAND-PACKAGES.md

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
2.0.0 289 7/28/2026