Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.3 KB

Blazor.WinOld

NuGet BlazorCalendar Nuget Package GitHub

For Blazor Server or Blazor WebAssembly

DEMO : https://tossnet.github.io/Blazor-WinOld/

Hello, world!

Welcome to my new delirium

peek.mp4

Installation

Install-Package BlazorWinOld

or

dotnet add package BlazorWinOld

For client-side and server-side Blazor - add script section (head section)

 <link href="_content/BlazorWinOld/css/blazorwinold.css" rel="stylesheet" />

In Program.cs add this line to use messagebox

builder.Services.AddSingleton<IDialogService, DialogService>();

and in the bottom of your MainLayout.razor add this line to use taskbar

<WinOldMessageBoxHost />

Thanks

I used these repo for most of the css and icons: