SumitMehta.BlazorServer.Components
1.0.0
dotnet add package SumitMehta.BlazorServer.Components --version 1.0.0
NuGet\Install-Package SumitMehta.BlazorServer.Components -Version 1.0.0
<PackageReference Include="SumitMehta.BlazorServer.Components" Version="1.0.0" />
paket add SumitMehta.BlazorServer.Components --version 1.0.0
#r "nuget: SumitMehta.BlazorServer.Components, 1.0.0"
// Install SumitMehta.BlazorServer.Components as a Cake Addin #addin nuget:?package=SumitMehta.BlazorServer.Components&version=1.0.0 // Install SumitMehta.BlazorServer.Components as a Cake Tool #tool nuget:?package=SumitMehta.BlazorServer.Components&version=1.0.0
Date and Time Pickers for Blazor
Date and Time Pickers are fully-functional calendar and clock components for Blazor Server projects. Please note: These are two separate components and not a one unified component. But I do plan to make one in the future by combining both of them.
Date Picker
The Date Picker is a calendar control that allows you to pick a date. The chosen date is stored in a Nullable DateTime variable in C#.
Time Picker
The Time Picker is an analog clock control that allows you to pick a time by rotating the clock hands for hour, minutes and seconds. The chosen time is stored in a Nullable TimeSpan variable in C#.
About Me
My name is Sumit Mehta and I have been into .NET development for quite a few years now. Blazor is relatively a new SPA stack and I have developed these components just after going through a crash course on YouTube and getting a taste of Blazor. I am not yet a full-time Blazor Developer by any means however, .NET background really helped me get started with Blazor quickly.
Please feel free to check my website at https://sumitmehta.net and get in touch with me.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 was computed. 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. |
-
net5.0
- SumitMehta.BlazorComponents.Shared (>= 1.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 |
---|---|---|
1.0.0 | 425 | 1/9/2021 |
This is the initial release of Date and Time Pickers for 'Blazor Server' projects.