Umbraco.Community.SimpleDashboards 16.0.7-alpha0013

This is a prerelease version of Umbraco.Community.SimpleDashboards.
There is a newer version of this package available.
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
                    
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.7-alpha0013" />
                    
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.7-alpha0013" />
                    
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.7-alpha0013
                    
#r "nuget: Umbraco.Community.SimpleDashboards, 16.0.7-alpha0013"
                    
#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.7-alpha0013
                    
#: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.7-alpha0013&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.SimpleDashboards&version=16.0.7-alpha0013&prerelease
                    
Install as a Cake Tool

Umbraco.Community.SimpleDashboards

Documentation ![Umbraco Marketplace](https://img.shields.io/badge/Umbraco Marketplace-%23f5c1bc?logo=umbraco&logoColor=162335) GitHub NuGet Downloads ![Project Website](https://img.shields.io/badge/Project Website-jcdcdev?color=3c4834&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1wYy1kaXNwbGF5IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik04IDFhMSAxIDAgMCAxIDEtMWg2YTEgMSAwIDAgMSAxIDF2MTRhMSAxIDAgMCAxLTEgMUg5YTEgMSAwIDAgMS0xLTF6bTEgMTMuNWEuNS41IDAgMSAwIDEgMCAuNS41IDAgMCAwLTEgMG0yIDBhLjUuNSAwIDEgMCAxIDAgLjUuNSAwIDAgMC0xIDBNOS41IDFhLjUuNSAwIDAgMCAwIDFoNWEuNS41IDAgMCAwIDAtMXpNOSAzLjVhLjUuNSAwIDAgMCAuNS41aDVhLjUuNSAwIDAgMCAwLTFoLTVhLjUuNSAwIDAgMC0uNS41TTEuNSAyQTEuNSAxLjUgMCAwIDAgMCAzLjV2N0ExLjUgMS41IDAgMCAwIDEuNSAxMkg2djJoLS41YS41LjUgMCAwIDAgMCAxSDd2LTRIMS41YS41LjUgMCAwIDEtLjUtLjV2LTdhLjUuNSAwIDAgMSAuNS0uNUg3VjJ6Ii8+Cjwvc3ZnPg==)

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
@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
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
Loading failed