Umbraco.Community.SimpleDashboards
0.2.0
There is a newer 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 0.2.0
NuGet\Install-Package Umbraco.Community.SimpleDashboards -Version 0.2.0
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="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Umbraco.Community.SimpleDashboards --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Umbraco.Community.SimpleDashboards, 0.2.0"
#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.
// Install Umbraco.Community.SimpleDashboards as a Cake Addin #addin nuget:?package=Umbraco.Community.SimpleDashboards&version=0.2.0 // Install Umbraco.Community.SimpleDashboards as a Cake Tool #tool nuget:?package=Umbraco.Community.SimpleDashboards&version=0.2.0
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# only.
Features
- Simplifies C# based dashboard creation
- Supports both Views & View Components
- No package.manifest or lang/lang.xml files required!
- Variant support (culture specific names)
- Easy to define Access Rules
Quick Start
Register Dashboard
By default this will display in the content section for Admins only.
using Umbraco.Community.SimpleDashboards.Core;
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
<h1>Hello Umbraco</h1>
<p>My Dashboard alias is: @Model.Dashboard.Alias</p>
More Examples
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- jcdcdev.Umbraco.Core (>= 0.1.0)
- Umbraco.Cms.Web.BackOffice (>= 10.0.0)
- Umbraco.Cms.Web.Website (>= 10.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 |
---|---|---|
15.0.0 | 67 | 11/19/2024 |
15.0.0-alpha0013 | 57 | 11/17/2024 |
15.0.0-alpha0011 | 71 | 11/12/2024 |
15.0.0-alpha0006 | 64 | 10/23/2024 |
15.0.0-alpha0004 | 63 | 10/17/2024 |
15.0.0-alpha0003 | 68 | 10/17/2024 |
15.0.0-alpha0001 | 74 | 10/9/2024 |
14.1.4 | 84 | 10/30/2024 |
14.1.4-alpha0008 | 56 | 10/29/2024 |
14.1.4-alpha0003 | 64 | 10/28/2024 |
14.1.3 | 102 | 10/8/2024 |
14.1.2 | 89 | 9/30/2024 |
14.1.2-alpha0003 | 67 | 9/29/2024 |
14.1.1 | 116 | 9/29/2024 |
14.1.1-alpha0018 | 74 | 9/28/2024 |
14.1.0 | 145 | 6/29/2024 |
14.1.0-alpha0014 | 93 | 6/29/2024 |
14.0.1 | 98 | 6/25/2024 |
14.0.1-alpha0003 | 78 | 6/24/2024 |
14.0.0 | 92 | 6/24/2024 |
14.0.0-alpha0009 | 82 | 6/24/2024 |
14.0.0-alpha0007 | 85 | 6/24/2024 |
13.0.2 | 108 | 10/28/2024 |
13.0.1 | 237 | 5/25/2024 |
13.0.1-alpha0009 | 63 | 10/28/2024 |
13.0.1-alpha0002 | 98 | 5/25/2024 |
13.0.0 | 1,175 | 5/25/2024 |
13.0.0-alpha0001 | 89 | 5/25/2024 |
12.0.1 | 110 | 5/25/2024 |
12.0.0 | 185 | 5/25/2024 |
12.0.0-alpha0001 | 92 | 5/25/2024 |
10.0.2 | 79 | 10/28/2024 |
10.0.2-alpha0008 | 64 | 10/28/2024 |
10.0.1 | 113 | 5/25/2024 |
10.0.0 | 471 | 5/25/2024 |
10.0.0-alpha0002 | 99 | 5/25/2024 |
10.0.0-alpha0001 | 95 | 5/25/2024 |
0.2.4 | 205 | 5/6/2024 |
0.2.3 | 311 | 3/18/2024 |
0.2.2 | 1,125 | 1/4/2024 |
0.2.1 | 355 | 11/9/2023 |
0.2.0 | 1,636 | 8/25/2023 |
0.1.2 | 179 | 8/22/2023 |
0.1.1 | 135 | 8/22/2023 |
0.1.0 | 142 | 8/22/2023 |