Vorn.Common.Interface 8.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vorn.Common.Interface --version 8.6.0
                    
NuGet\Install-Package Vorn.Common.Interface -Version 8.6.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="Vorn.Common.Interface" Version="8.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Common.Interface" Version="8.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Vorn.Common.Interface" />
                    
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 Vorn.Common.Interface --version 8.6.0
                    
#r "nuget: Vorn.Common.Interface, 8.6.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 Vorn.Common.Interface@8.6.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=Vorn.Common.Interface&version=8.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Vorn.Common.Interface&version=8.6.0
                    
Install as a Cake Tool

Vorn.Common.Interface

This library provides common interface components and services for Blazor applications using MudBlazor.

Features

MainLayout

A responsive main layout component with:

  • Theme support (light/dark mode)
  • Breakpoint detection
  • Render notifications with snackbar
  • Integration with MudBlazor components

SearchService

A service for handling search functionality across components:

  • Event-based search notifications
  • Last search query tracking
  • Enable/disable state management

ThemeService

Manages MudBlazor themes with:

  • Pre-configured light and dark palettes
  • Customizable colors and typography
  • Glassmorphism surface effects
  • Dynamic theme switching

Other Components

  • NavMenu: Navigation menu component
  • ThemeForm: Configurable form for updating theme palette, typography, and surfaces via ThemeService
  • FocusService: Manages focus states
  • PwaInstall: PWA installation prompts
  • StrictConfirmDialog: Confirmation dialogs
  • ExpandableItem: Expandable UI items
  • EndOfScroll: Scroll detection utilities

Usage

  1. Add the package reference:
<PackageReference Include="Vorn.Common.Interface" Version="*" />
  1. Configure services in Program.cs:
builder.Services.AddMudServices();
builder.Services.AddScoped<ISearchService, SearchService>();
// Other services are registered via attributes
  1. Use in your components:
@inherits MainLayout

<MudThemeProvider Theme="@Theme" />
<MudDialogProvider />
<MudSnackbarProvider />

@Body
  1. Inject services as needed:
@inject IThemeService ThemeService
@inject ISearchService SearchService

Dependencies

  • MudBlazor
  • Microsoft.AspNetCore.Components.Web
  • Injectio (for service registration)
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Vorn.Common.Interface:

Package Downloads
Vorn.Common.Interface.EntityManagement

This library is designed to provide some basic interface services and components plus enabling entity management usage.

Vorn.EntityManagement.Interface

This library is designed to provide some basic interface services and components plus enabling entity management usage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.6.1 171 10/25/2025
8.6.0 159 10/25/2025
8.6.0-rc4 155 10/25/2025
8.6.0-rc3 178 10/24/2025
8.6.0-rc2 218 10/23/2025
8.6.0-rc1 197 10/20/2025
8.5.1 144 10/18/2025
8.5.0 140 10/18/2025
8.4.2 212 10/16/2025
8.4.1 196 10/16/2025
8.4.0 197 10/16/2025
8.3.5 173 10/15/2025
8.3.4 169 10/15/2025
8.3.3 212 10/15/2025
8.3.1 189 10/14/2025
8.3.0 216 10/14/2025
8.3.0-rc4 175 10/14/2025
8.3.0-rc3 192 10/13/2025
8.3.0-rc2 192 10/13/2025
8.3.0-rc1 190 10/13/2025
8.2.0-rc9 191 10/13/2025
8.2.0-rc8 183 10/13/2025
8.2.0-rc10 190 10/13/2025
2.9.0-rc4 220 10/6/2025
2.9.0-rc3 169 10/6/2025
2.9.0-rc2 161 10/5/2025
2.9.0-rc1 152 10/5/2025
2.9.0-gamma 161 10/5/2025
2.9.0-delta 160 10/5/2025
2.9.0-beta 164 10/5/2025
2.9.0-alpha 156 10/5/2025
2.8.0 208 9/30/2025
2.7.0 171 9/30/2025
2.6.0 181 9/29/2025
2.5.0 186 9/28/2025
2.3.0 144 9/28/2025
2.2.0 149 9/28/2025
2.1.0 109 9/27/2025
2.0.0 179 9/24/2025
1.1.0 176 9/24/2025
1.0.2 177 9/24/2025
1.0.1 187 9/24/2025
1.0.0 170 9/24/2025