limefrogyank / BlazorUIComponents

At attempt to make Blazor components that mimic UWP/Xamarin controls, follow MVVM (ViewModel nav) guidelines, and use the ReactiveUI framework
MIT License
0 stars 1 forks source link

Mind if I play with this? #2

Open richbryant opened 4 years ago

richbryant commented 4 years ago

I'll make a fork and see if I can do anything with it. ReactiveUI.Blazor should be playing nice by now.

limefrogyank commented 4 years ago

This is really old stuff but you're welcome to it. My newer UI components are in my BlazorFabric repo. I've got the Button components working with ICommand in that one.