Vorn.Interface
9.0.0
dotnet add package Vorn.Interface --version 9.0.0
NuGet\Install-Package Vorn.Interface -Version 9.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="Vorn.Interface" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Interface" Version="9.0.0" />
<PackageReference Include="Vorn.Interface" />
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.Interface --version 9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vorn.Interface, 9.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 Vorn.Interface@9.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=Vorn.Interface&version=9.0.0
#tool nuget:?package=Vorn.Interface&version=9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Vorn.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 componentFocusService: Manages focus statesPwaInstall: PWA installation promptsStrictConfirmDialog: Confirmation dialogsExpandableItem: Expandable UI itemsEndOfScroll: Scroll detection utilities
Usage
- Add the package reference:
<PackageReference Include="Vorn.Common.Interface" Version="*" />
- Configure services in
Program.cs:
builder.Services.AddMudServices();
builder.Services.AddScoped<ISearchService, SearchService>();
// Other services are registered via attributes
- Use in your components:
@inherits MainLayout
<MudThemeProvider Theme="@Theme" />
<MudDialogProvider />
<MudSnackbarProvider />
@Body
- Inject services as needed:
@inject IThemeService ThemeService
@inject ISearchService SearchService
Dependencies
- MudBlazor
- Microsoft.AspNetCore.Components.Web
- Injectio (for service registration)
| Product | Versions 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.
-
net8.0
- Injectio (>= 5.0.0)
- MudBlazor (>= 8.12.0)
- Vorn.Ai.Client (>= 8.8.0)
- Vorn.Files.Client (>= 8.8.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Vorn.Interface:
| Package | Downloads |
|---|---|
|
Vorn.Entities.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 |
|---|---|---|
| 9.0.0 | 0 | 11/5/2025 |
| 8.8.0 | 92 | 11/2/2025 |
| 8.7.1 | 180 | 10/29/2025 |
| 8.7.0 | 185 | 10/27/2025 |
| 8.6.2 | 181 | 10/27/2025 |
| 8.6.1 | 129 | 10/25/2025 |
| 8.6.0 | 117 | 10/25/2025 |
| 8.6.0-rc4 | 120 | 10/25/2025 |
| 8.6.0-rc3 | 140 | 10/24/2025 |
| 8.6.0-rc2 | 191 | 10/23/2025 |
| 8.6.0-rc1 | 178 | 10/20/2025 |
| 8.5.1 | 100 | 10/18/2025 |
| 8.5.0 | 110 | 10/18/2025 |
| 8.4.2 | 152 | 10/16/2025 |
| 8.4.1 | 152 | 10/16/2025 |
| 8.4.0 | 158 | 10/16/2025 |
| 8.3.4 | 173 | 10/15/2025 |
| 8.3.3 | 159 | 10/15/2025 |
| 8.3.1 | 162 | 10/14/2025 |
| 8.3.0 | 160 | 10/14/2025 |
| 8.3.0-rc4 | 158 | 10/14/2025 |
| 8.3.0-rc3 | 165 | 10/13/2025 |
| 8.3.0-rc2 | 164 | 10/13/2025 |
| 8.3.0-rc1 | 157 | 10/13/2025 |
| 8.2.0-rc9 | 159 | 10/13/2025 |
| 8.2.0-rc10 | 159 | 10/13/2025 |
| 0.0.0-preview.0 | 122 | 10/13/2025 |