Zonit.Services.Dashboard.Abstractions
0.1.21
See the version list below for details.
dotnet add package Zonit.Services.Dashboard.Abstractions --version 0.1.21
NuGet\Install-Package Zonit.Services.Dashboard.Abstractions -Version 0.1.21
<PackageReference Include="Zonit.Services.Dashboard.Abstractions" Version="0.1.21" />
<PackageVersion Include="Zonit.Services.Dashboard.Abstractions" Version="0.1.21" />
<PackageReference Include="Zonit.Services.Dashboard.Abstractions" />
paket add Zonit.Services.Dashboard.Abstractions --version 0.1.21
#r "nuget: Zonit.Services.Dashboard.Abstractions, 0.1.21"
#:package Zonit.Services.Dashboard.Abstractions@0.1.21
#addin nuget:?package=Zonit.Services.Dashboard.Abstractions&version=0.1.21
#tool nuget:?package=Zonit.Services.Dashboard.Abstractions&version=0.1.21
Zonit.Services.Dashboard
Overview
Zonit Dashboard is an advanced solution for building modern, modular, and flexible administration panels using the Blazor framework. It enables the creation of interactive web applications with a rich user interface based on the MudBlazor component library.
The dashboard is designed with scalability and flexibility in mind—it can be duplicated to provide multiple layered panels (such as user, admin, or manager dashboards) within a single project, each accessible from different URL addresses depending on middleware and configuration. The project is fully modular, supports dynamic extensions and modeling, and comes with comprehensive Zonit.Extensions out-of-the-box.
Features
Modular Architecture
Easily extend functionality through a powerful extensions system (e.g., for identity, projects, organizations, finances, tasks, and more).Advanced Customization
Configurable themes with full support for both light and dark modes.Organization Management
Built-in mechanisms for managing users and organizational structures.Project & Task Management
Modules to facilitate project tracking and task management.Authentication & Authorization
Comprehensive access control with integrated role management.Multi-Culture Support
Complete internationalization support for global applications.Modern UI/UX
Responsive design powered by MudBlazor components.
Technologies Used
- Blazor Server — Interactive web UI framework
- MudBlazor — Material design components for Blazor
- Zonit.Extensions:
Identity
— Identity and authentication managementCultures
— Multi-culture and localization supportProjects
— Project management toolsOrganizations
— Organization administrationWallets
— Finance and wallet managementTask
— Task and to-do modules
Quick Start
Here's an example of how to configure the dashboard with different areas in your .NET
application:
// Register dashboard services
builder.Services.AddDashboardService();
// Configure Manager Area
app.UseDashboardServices<IAreaManager>(new DashboardOptions
{
Directory = "Manager",
Title = "Manager",
Extensions = [ Extensions.Identity, Extensions.Cultures, Extensions.Projects, Extensions.Organizations ]
});
// Configure Management Area
app.UseDashboardServices<IAreaManagement>(new DashboardOptions
{
Directory = "management",
Title = "Management"
});
Note: The dashboard architecture supports multiple independent panels (e.g., user, admin, management) under different URLs, all within a single project instance.
Out-of-the-Box Functionality
- Turnkey integration—works instantly with all included Zonit.Extensions
- Ready for modeling and customization per panel/layer
- Scalable to any number of dashboards as required by your middleware configuration
Examples
Find comprehensive usage examples in the example
directory for inspiration and typical setups.
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 is compatible. 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 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. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Zonit.Services.Dashboard.Abstractions:
Package | Downloads |
---|---|
Zonit.Services.Dashboard
Package Description |
|
Zonit.Services.Dashboard.Application
Package Description |
|
Zonit.Services.Dashboard.Components
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.25 | 56 | 8/16/2025 |
0.1.24 | 128 | 8/11/2025 |
0.1.23 | 126 | 8/11/2025 |
0.1.22 | 128 | 8/10/2025 |
0.1.21 | 111 | 7/31/2025 |
0.1.20 | 95 | 7/28/2025 |
0.1.19 | 491 | 7/22/2025 |
0.1.18 | 491 | 7/22/2025 |
0.1.17 | 277 | 7/20/2025 |
0.1.16 | 22 | 7/19/2025 |
0.1.15 | 101 | 6/28/2025 |
0.1.14 | 286 | 6/11/2025 |
0.1.13 | 109 | 5/17/2025 |
0.1.12 | 211 | 5/12/2025 |
0.1.11 | 174 | 4/29/2025 |
0.1.9 | 110 | 4/26/2025 |
0.1.8 | 110 | 4/26/2025 |
0.1.7 | 174 | 4/21/2025 |