Umbraco.Community.SimpleDashboards 16.0.3

dotnet add package Umbraco.Community.SimpleDashboards --version 16.0.3
                    
NuGet\Install-Package Umbraco.Community.SimpleDashboards -Version 16.0.3
                    
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="16.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.SimpleDashboards" Version="16.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.SimpleDashboards" />
                    
Project file
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 16.0.3
                    
#r "nuget: Umbraco.Community.SimpleDashboards, 16.0.3"
                    
#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@16.0.3
                    
#: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=16.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.SimpleDashboards&version=16.0.3
                    
Install as a Cake Tool

Umbraco.Community.SimpleDashboards

Documentation Umbraco Marketplace License NuGet Downloads Project Website

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
@inherits Umbraco.Community.SimpleDashboards.Web.DashboardViewPage

<uui-box headline="Hello Umbraco">
    <p>My Dashboard is: @Model.Dashboard.Alias</p>
</uui-box>

More Examples

docs/examples.md

Contributing

Contributions to this package are most welcome! Please visit the Contributing page.

Acknowledgements (Thanks)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
16.0.3 138 9/13/2025
16.0.3-alpha0003 122 9/13/2025
16.0.2 158 9/8/2025
16.0.2-alpha0020 127 9/6/2025
16.0.2-alpha0011 121 9/6/2025
16.0.2-alpha0003 146 8/10/2025
16.0.1 166 7/27/2025
16.0.1-alpha0009 154 7/9/2025
16.0.0 417 6/12/2025
16.0.0-alpha0008 302 6/12/2025
16.0.0-alpha0005 301 6/10/2025
16.0.0-alpha0002 241 5/12/2025
15.1.18 239 9/15/2025
15.1.18-alpha0003 194 9/14/2025
15.1.17 128 9/13/2025
15.1.17-alpha0013 121 9/6/2025
15.1.17-alpha0006 122 9/6/2025
15.1.16 128 7/27/2025
15.1.16-alpha0003 150 7/16/2025
15.1.15 160 7/3/2025
15.1.15-alpha0003 118 6/22/2025
15.1.14 148 6/18/2025
15.1.14-alpha0003 149 6/16/2025
15.1.13 160 6/16/2025
15.1.13-alpha0007 150 6/16/2025
15.1.13-alpha0001 153 6/3/2025
15.1.12 167 6/1/2025
15.1.12-alpha0009 158 6/1/2025
15.1.12-alpha0003 157 5/27/2025
15.1.11 257 5/12/2025
15.1.11-alpha0011 167 5/8/2025
15.1.10 179 4/27/2025
15.1.9 194 4/22/2025
15.1.9-alpha0003 215 4/21/2025
15.1.8 193 4/18/2025
15.1.8-alpha0008 199 4/13/2025
15.1.8-alpha0003 175 4/6/2025
15.1.7 247 3/30/2025
15.1.7-alpha0035 151 3/30/2025
15.1.7-alpha0024 170 3/23/2025
15.1.7-alpha0015 165 3/23/2025
15.1.7-alpha0008 158 3/18/2025
15.1.7-alpha0003 156 3/18/2025
15.1.6 232 3/12/2025
15.1.6-alpha0003 163 3/10/2025
15.1.5 250 3/7/2025
15.1.5-alpha0005 218 3/4/2025
15.1.5-alpha0003 216 3/4/2025
15.1.4 200 3/3/2025
15.1.4-alpha0003 114 2/24/2025
15.1.3 144 2/19/2025
15.1.3-alpha0008 108 2/16/2025
15.1.3-alpha0003 108 2/16/2025
15.1.2 141 2/14/2025
15.1.2-alpha0003 112 2/10/2025
15.1.1 162 2/7/2025
15.1.1-alpha0008 101 2/6/2025
15.1.1-alpha0003 116 1/28/2025
15.1.0 226 1/1/2025
15.1.0-alpha0002 131 12/31/2024
15.0.0 171 11/19/2024
15.0.0-alpha0013 107 11/17/2024
15.0.0-alpha0011 123 11/12/2024
15.0.0-alpha0006 112 10/23/2024
15.0.0-alpha0004 104 10/17/2024
15.0.0-alpha0003 116 10/17/2024
15.0.0-alpha0001 113 10/9/2024
14.1.10 309 6/12/2025
14.1.10-alpha0004 292 6/12/2025
14.1.9 161 6/1/2025
14.1.9-alpha0009 163 6/1/2025
14.1.8 149 4/27/2025
14.1.7 184 4/22/2025
14.1.7-alpha0009 167 4/22/2025
14.1.7-alpha0003 204 4/16/2025
14.1.6 197 3/30/2025
14.1.6-alpha0003 157 3/18/2025
14.1.5 142 1/28/2025
14.1.5-alpha0003 125 1/28/2025
14.1.4 173 10/30/2024
14.1.4-alpha0008 104 10/29/2024
14.1.4-alpha0003 108 10/28/2024
14.1.3 168 10/8/2024
14.1.2 146 9/30/2024
14.1.2-alpha0003 106 9/29/2024
14.1.1 174 9/29/2024
14.1.1-alpha0018 108 9/28/2024
14.1.0 206 6/29/2024
14.1.0-alpha0014 126 6/29/2024
14.0.1 154 6/25/2024
14.0.1-alpha0003 109 6/24/2024
14.0.0 148 6/24/2024
14.0.0-alpha0009 113 6/24/2024
14.0.0-alpha0007 108 6/24/2024
13.0.8 365 8/12/2025
13.0.8-alpha0003 148 8/10/2025
13.0.7 139 7/27/2025
13.0.7-alpha0009 147 7/16/2025
13.0.6 304 6/12/2025
13.0.6-alpha0013 151 6/3/2025
13.0.6-alpha0006 235 5/13/2025
13.0.5 583 4/27/2025
13.0.4 185 4/23/2025
13.0.4-alpha0003 179 4/21/2025
13.0.3 186 3/30/2025
13.0.2 240 10/28/2024
13.0.1 304 5/25/2024
13.0.1-alpha0028 172 4/21/2025
13.0.1-alpha0018 154 3/18/2025
13.0.1-alpha0009 105 10/28/2024
13.0.1-alpha0002 127 5/25/2024
13.0.0 4,528 5/25/2024
13.0.0-alpha0001 129 5/25/2024
12.0.2 148 6/20/2025
12.0.1 174 5/25/2024
12.0.0 270 5/25/2024
12.0.0-alpha0001 140 5/25/2024
10.0.7 306 6/12/2025
10.0.6 316 6/10/2025
10.0.6-alpha0008 159 6/2/2025
10.0.5 152 4/27/2025
10.0.4 185 3/30/2025
10.0.3 120 1/28/2025
10.0.2 145 10/28/2024
10.0.2-alpha0049 228 5/12/2025
10.0.2-alpha0030 169 3/30/2025
10.0.2-alpha0018 110 1/25/2025
10.0.2-alpha0008 113 10/28/2024
10.0.1 171 5/25/2024
10.0.0 1,285 5/25/2024
10.0.0-alpha0002 131 5/25/2024
10.0.0-alpha0001 132 5/25/2024
0.2.4 257 5/6/2024
0.2.3 373 3/18/2024
0.2.2 1,400 1/4/2024
0.2.1 387 11/9/2023
0.2.0 1,728 8/25/2023
0.1.2 235 8/22/2023
0.1.1 197 8/22/2023
0.1.0 204 8/22/2023