Vorn.Common.Interface
8.3.0-rc2
See the version list below for details.
dotnet add package Vorn.Common.Interface --version 8.3.0-rc2
NuGet\Install-Package Vorn.Common.Interface -Version 8.3.0-rc2
<PackageReference Include="Vorn.Common.Interface" Version="8.3.0-rc2" />
<PackageVersion Include="Vorn.Common.Interface" Version="8.3.0-rc2" />
<PackageReference Include="Vorn.Common.Interface" />
paket add Vorn.Common.Interface --version 8.3.0-rc2
#r "nuget: Vorn.Common.Interface, 8.3.0-rc2"
#:package Vorn.Common.Interface@8.3.0-rc2
#addin nuget:?package=Vorn.Common.Interface&version=8.3.0-rc2&prerelease
#tool nuget:?package=Vorn.Common.Interface&version=8.3.0-rc2&prerelease
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 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. |
-
net8.0
- Injectio (>= 5.0.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.20)
- MudBlazor (>= 8.12.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Vorn.Common.Interface:
Package | Downloads |
---|---|
Vorn.Entities.Interface
This library is designed to provide some basic interface services and components plus enabling entity management usage. |
|
Vorn.Interface
This library is designed to provide interface components and services to use VORN infrastructure. |
|
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.5.1 | 31 | 10/18/2025 |
8.5.0 | 31 | 10/18/2025 |
8.4.2 | 134 | 10/16/2025 |
8.4.1 | 132 | 10/16/2025 |
8.4.0 | 132 | 10/16/2025 |
8.3.5 | 153 | 10/15/2025 |
8.3.4 | 148 | 10/15/2025 |
8.3.3 | 174 | 10/15/2025 |
8.3.1 | 156 | 10/14/2025 |
8.3.0 | 163 | 10/14/2025 |
8.3.0-rc4 | 142 | 10/14/2025 |
8.3.0-rc3 | 161 | 10/13/2025 |
8.3.0-rc2 | 162 | 10/13/2025 |
8.3.0-rc1 | 162 | 10/13/2025 |
8.2.0-rc9 | 163 | 10/13/2025 |
8.2.0-rc8 | 167 | 10/13/2025 |
8.2.0-rc10 | 160 | 10/13/2025 |
2.9.0-rc4 | 200 | 10/6/2025 |
2.9.0-rc3 | 161 | 10/6/2025 |
2.9.0-rc2 | 152 | 10/5/2025 |
2.9.0-rc1 | 144 | 10/5/2025 |
2.9.0-gamma | 152 | 10/5/2025 |
2.9.0-delta | 150 | 10/5/2025 |
2.9.0-beta | 154 | 10/5/2025 |
2.9.0-alpha | 145 | 10/5/2025 |
2.8.0 | 197 | 9/30/2025 |
2.7.0 | 160 | 9/30/2025 |
2.6.0 | 172 | 9/29/2025 |
2.5.0 | 177 | 9/28/2025 |
2.3.0 | 135 | 9/28/2025 |
2.2.0 | 141 | 9/28/2025 |
2.1.0 | 101 | 9/27/2025 |
2.0.0 | 170 | 9/24/2025 |
1.1.0 | 167 | 9/24/2025 |
1.0.2 | 168 | 9/24/2025 |
1.0.1 | 177 | 9/24/2025 |
1.0.0 | 162 | 9/24/2025 |