/Heron.MudTotalCalendar

Calendar component for MudBlazor that shows week/month totals

Primary LanguageHTMLMIT LicenseMIT

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 the MudCalendar component to your razor page/component

<MudTotalCalendar />

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

Support

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