Umbraco.Community.SimpleDashboards
17.0.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Umbraco.Community.SimpleDashboards --version 17.0.1
NuGet\Install-Package Umbraco.Community.SimpleDashboards -Version 17.0.1
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="Umbraco.Community.SimpleDashboards" Version="17.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.SimpleDashboards" Version="17.0.1" />
<PackageReference Include="Umbraco.Community.SimpleDashboards" />
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 Umbraco.Community.SimpleDashboards --version 17.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Umbraco.Community.SimpleDashboards, 17.0.1"
#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 Umbraco.Community.SimpleDashboards@17.0.1
#: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=Umbraco.Community.SimpleDashboards&version=17.0.1
#tool nuget:?package=Umbraco.Community.SimpleDashboards&version=17.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Umbraco.Community.SimpleDashboards
This packages aims to help developers quickly put together Umbraco Dashboards using C#.
Features
- C# dashboard creation
- No javascript or umbraco-package.json files required
- Supports both Views & View Components
- Easy to define section permissions
Quick Start
Install Package
dotnet add package Umbraco.Community.SimpleDashboards
Register Dashboard
By default, this will display in the content section for Admins only.
using Umbraco.Community.SimpleDashboards.Web;
public class BasicDashboard : SimpleDashboard { }
Create View
- Your view must go in
/Views/Dashboard - You view must be the name of your C# class (without
Dashboard)- For example:
BasicDashboard.cs⇒/Views/Dashboard/Basic.cshtml
- For example:
@inherits Umbraco.Community.SimpleDashboards.Web.DashboardViewPage
<uui-box headline="Hello Umbraco">
<p>My Dashboard is: @Model.Dashboard.Alias</p>
</uui-box>
More Examples
Contributing
Contributions to this package are most welcome! Please visit the Contributing page.
Acknowledgements (Thanks)
- LottePitcher - opinionated-package-starter
| Product | Versions 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.
-
net10.0
- jcdcdev.Umbraco.Core (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Api.Common (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Api.Management (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Core (>= 17.0.0 && < 18.0.0)
- Umbraco.Cms.Web.Website (>= 17.0.0 && < 18.0.0)
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 |
|---|---|---|
| 17.0.2-alpha.24 | 58 | 2/1/2026 |
| 17.0.2-alpha.22 | 45 | 2/1/2026 |
| 17.0.1 | 136 | 12/26/2025 |
| 17.0.1-alpha.3 | 152 | 12/22/2025 |
| 16.0.8 | 87 | 2/16/2026 |
| 16.0.7 | 90 | 1/28/2026 |
| 16.0.7-alpha0035 | 89 | 1/28/2026 |
| 16.0.7-alpha0015 | 89 | 1/26/2026 |
| 16.0.7-alpha0013 | 81 | 1/26/2026 |
| 16.0.6 | 107 | 12/26/2025 |
| 16.0.6-alpha0005 | 111 | 12/26/2025 |
| 16.0.6-alpha0003 | 109 | 12/26/2025 |
| 16.0.5 | 181 | 12/21/2025 |
| 16.0.5-alpha0012 | 266 | 12/17/2025 |
| 16.0.5-alpha0005 | 118 | 11/29/2025 |
| 15.1.20 | 183 | 12/21/2025 |
| 15.1.20-alpha0008 | 278 | 12/17/2025 |
| 15.1.20-alpha0006 | 265 | 12/17/2025 |
| 13.0.10 | 252 | 12/21/2025 |
| 13.0.10-alpha0013 | 265 | 12/17/2025 |
Loading failed