Skip to content

Ursa ReactiveUI extension

Dong Bin edited this page Feb 15, 2025 · 1 revision

If need to integrate Ursa with Avalonia.ReactiveUI, you can use the Irihi.Ursa.ReactiveUIExtension package. This package implements the ReactiveUI versions of UrsaWindow and UrsaView.

<u:ReactiveUrsaWindow
    ...
    xmlns:u="https://irihi.tech/ursa"
    x:TypeArguments="TViewModel"
    ...>
...
</u:ReactiveUrsaWindow>
public partial class WindowHome : ReactiveUrsaWindow<TViewModel>
{

}
Clone this wiki locally