Umbraco.Community.SimpleDashboards
16.0.7-alpha0013
See the version list below for details.
dotnet add package Umbraco.Community.SimpleDashboards --version 16.0.7-alpha0013
NuGet\Install-Package Umbraco.Community.SimpleDashboards -Version 16.0.7-alpha0013
<PackageReference Include="Umbraco.Community.SimpleDashboards" Version="16.0.7-alpha0013" />
<PackageVersion Include="Umbraco.Community.SimpleDashboards" Version="16.0.7-alpha0013" />
<PackageReference Include="Umbraco.Community.SimpleDashboards" />
paket add Umbraco.Community.SimpleDashboards --version 16.0.7-alpha0013
#r "nuget: Umbraco.Community.SimpleDashboards, 16.0.7-alpha0013"
#:package Umbraco.Community.SimpleDashboards@16.0.7-alpha0013
#addin nuget:?package=Umbraco.Community.SimpleDashboards&version=16.0.7-alpha0013&prerelease
#tool nuget:?package=Umbraco.Community.SimpleDashboards&version=16.0.7-alpha0013&prerelease
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
Installation
Install Package
dotnet add package Umbraco.Community.SimpleDashboards
Quick Start
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 | 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 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. |
-
net9.0
- jcdcdev.Umbraco.Core (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Api.Common (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Api.Management (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Core (>= 16.0.0 && < 17.0.0)
- Umbraco.Cms.Web.Website (>= 16.0.0 && < 17.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.2.0 | 0 | 6/1/2026 |
| 17.2.0-alpha.5 | 41 | 5/26/2026 |
| 17.2.0-alpha.2 | 53 | 5/26/2026 |
| 17.2.0-alpha.1 | 51 | 5/23/2026 |
| 17.1.0 | 163 | 3/20/2026 |
| 17.1.0-alpha.1 | 67 | 3/19/2026 |
| 17.0.2 | 108 | 3/18/2026 |
| 17.0.2-alpha.30 | 58 | 3/17/2026 |
| 17.0.2-alpha.24 | 89 | 2/1/2026 |
| 17.0.2-alpha.22 | 69 | 2/1/2026 |
| 17.0.1 | 203 | 12/26/2025 |
| 16.0.9 | 112 | 3/18/2026 |
| 16.0.8 | 119 | 2/16/2026 |
| 16.0.7 | 122 | 1/28/2026 |
| 16.0.7-alpha0035 | 115 | 1/28/2026 |
| 16.0.7-alpha0015 | 113 | 1/26/2026 |
| 16.0.7-alpha0013 | 103 | 1/26/2026 |
| 16.0.6 | 144 | 12/26/2025 |
| 16.0.6-alpha0005 | 132 | 12/26/2025 |
| 16.0.6-alpha0003 | 129 | 12/26/2025 |