A calendar component for displaying numerical data with totals.
Documentation and examples are available here.
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 the MudCalendar component to your razor page/component
<MudTotalCalendar />
Check out the examples of how to use and customize the MudCalendar component.
For any issues or feature requests, please open a new issue on GitHub.