Heron.MudTotalCalendar
2.0.1
dotnet add package Heron.MudTotalCalendar --version 2.0.1
NuGet\Install-Package Heron.MudTotalCalendar -Version 2.0.1
<PackageReference Include="Heron.MudTotalCalendar" Version="2.0.1" />
paket add Heron.MudTotalCalendar --version 2.0.1
#r "nuget: Heron.MudTotalCalendar, 2.0.1"
// Install Heron.MudTotalCalendar as a Cake Addin #addin nuget:?package=Heron.MudTotalCalendar&version=2.0.1 // Install Heron.MudTotalCalendar as a Cake Tool #tool nuget:?package=Heron.MudTotalCalendar&version=2.0.1
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 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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 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. |
-
net7.0
- Heron.MudCalendar (>= 2.0.2)
- Microsoft.AspNetCore.Components.Web (>= 7.0.20)
- MudBlazor (>= 7.7.0)
-
net8.0
- Heron.MudCalendar (>= 2.0.2)
- Microsoft.AspNetCore.Components.Web (>= 8.0.8)
- MudBlazor (>= 7.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Heron.MudTotalCalendar:
Repository | Stars |
---|---|
danheron/Heron.MudCalendar
Calendar component for MudBlazor
|