SvenEV / Xamzor

Your favorite XAML controls implemented as Blazor components rendering into HTML/CSS!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamzor

Extensible Application Markup for Blazor

Xamzor is an experimental project in which I try to prototype a set of reusable Blazor components that are familiar to XAML developers and make it easy to compose web views that feel like native apps.

The list of Xamzor components currently includes:

  • Common layout containers (Grid, StackPanel, Border, ScrollViewer)
  • Components supporting data templates (ContentControl, ItemsControl, ListView, FlipView)
  • TextBlock, Image, Button and ProgressRing

You can find Xamzor on NuGet.org.

Samples

👉 Try the Xamzor Demo app
(this always runs the latest commit and may therefore be broken from time to time)

👉 Try Mensa UPB, a reference app that I have ported from UWP/XAML to Blazor/Xamzor
(you can find the original, native Windows 10 version of Mensa UPB in the Microsoft Store)

About Blazor

Blazor is "an experimental web UI framework using C#/Razor and HTML, running in the browser via WebAssembly". It is a project from the ASP.NET team at Microsoft. Even if you are not a fan of my work, you should definitely check out Blazor.

About

Your favorite XAML controls implemented as Blazor components rendering into HTML/CSS!


Languages

Language:C# 92.0%Language:CSS 6.2%Language:JavaScript 0.9%Language:HTML 0.9%