Heron.MudTotalCalendar 3.1.0

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

MudTotalCalendar

GitHub Workflow Status Codecov GitHub GitHub last commit Nuget version

A calendar component for displaying numerical data with totals.

Documentation

Documentation and examples are available here.

Getting Started

MudTotalCalendar relies on MudBlazor. Follow the installation instructions for MudBlazor

Once your project is setup with MudBlazor you can install the MudTotalCalendar package

dotnet add package Heron.MudTotalCalendar

Add the following to _Imports.razor

@using Heron.MudTotalCalendar

Add style and script references (optional). This step shouldn't be necessary as the component injects the references into the page as needed. However if you find that calendar is not displaying properly then add the following to your index.html or _Layout.cshtml/_Host.cshtml

<link href="_content/Heron.MudCalendar/Heron.MudCalendar.min.css" rel="stylesheet" />
<link href="_content/Heron.MudTotalCalendar/Heron.MudTotalCalendar.min.css" rel="stylesheet" />
...
<script type="module" src="_content/Heron.MudCalendar/Heron.MudCalendar.min.js"></script>

Add the MudCalendar component to your razor page/component

<MudTotalCalendar T="CalendarItem"/>

Check out the examples of how to use and customize the MudTotalCalendar component.

Support

For any issues or feature requests, please open a new issue on GitHub.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  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
3.1.0 177 5/30/2025
3.0.0 718 1/20/2025
3.0.0-beta.1 39 1/15/2025
2.0.1 1,602 9/5/2024
2.0.0 570 7/12/2024
2.0.0-beta.1 90 5/17/2024
1.0.7 844 2/27/2024
1.0.6 797 10/7/2023
1.0.5 831 8/21/2023
1.0.4 709 7/10/2023
1.0.3 750 5/25/2023
1.0.2 710 5/10/2023
1.0.1 767 4/27/2023
1.0.0 1,170 3/27/2023