Skip to content

edwinvandriel/BlazorComponents

Repository files navigation

BlazorComponents library

This library includes several components to use with Blazor.

Available components:

  • EvdCalendar which is perfect for booking applications
/// For nuget installation use
Install-Package Evd.Blazor.Components.Calendar
  • Add to your _Imports.razor file.
@using Evd.Blazor.Components.Calendar

After these settings you can use the calendar like in our sample 'CalendarSample'.