Skip to content

SvenEV/Xamzor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages