Heron.MudTotalCalendar
3.1.0
dotnet add package Heron.MudTotalCalendar --version 3.1.0
NuGet\Install-Package Heron.MudTotalCalendar -Version 3.1.0
<PackageReference Include="Heron.MudTotalCalendar" Version="3.1.0" />
<PackageVersion Include="Heron.MudTotalCalendar" Version="3.1.0" />
<PackageReference Include="Heron.MudTotalCalendar" />
paket add Heron.MudTotalCalendar --version 3.1.0
#r "nuget: Heron.MudTotalCalendar, 3.1.0"
#addin nuget:?package=Heron.MudTotalCalendar&version=3.1.0
#tool nuget:?package=Heron.MudTotalCalendar&version=3.1.0
MudTotalCalendar
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 | Versions 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. |
-
net8.0
- Heron.MudCalendar (>= 3.2.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.12)
- MudBlazor (>= 8.0.0)
-
net9.0
- Heron.MudCalendar (>= 3.2.0)
- Microsoft.AspNetCore.Components.Web (>= 9.0.1)
- MudBlazor (>= 8.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 |
---|---|---|
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 |