Skip to content

Blazor components in Windows 98, Windows XP and Windows 7 styles. For use with .NET 8.0 or higher Blazor applications

License

Notifications You must be signed in to change notification settings

tossnet/Blazor-WinOld

Repository files navigation

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:

About

Blazor components in Windows 98, Windows XP and Windows 7 styles. For use with .NET 8.0 or higher Blazor applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published