misc: Update documentation, change ReactiveUI extension folder name.
This commit is contained in:
13
README.md
13
README.md
@@ -4,6 +4,9 @@
|
||||
<img src="./assets/Ursa.svg" alt="drawing" width="150" />
|
||||
</p>
|
||||
|
||||
[](https://www.nuget.org/packages/Irihi.Ursa/)
|
||||
[](https://www.nuget.org/packages/Irihi.Ursa/)
|
||||
|
||||
Ursa is a UI library for building cross-platform UIs with Avalonia UI.
|
||||
|
||||

|
||||
@@ -59,10 +62,16 @@ You can now use Ursa controls in your Avalonia Application.
|
||||
|
||||

|
||||
|
||||
## ReactiveUI
|
||||
If you're familiar with and often use Avalonia.ReactiveUI for development, you can use the Irihi.Ursa.ReactiveUIExtension package. This package implements the ReactiveUI versions of UrsaWindow and UrsaView.
|
||||
## Extensions
|
||||
|
||||
### Prism Extension
|
||||
If you need to integrate Ursa with Prism.Avalonia, you can use the Irihi.Ursa.PrismExtension package. This package provide Dialog related services to utilize Ursa Dialogs with Prism flavor.
|
||||
|
||||
### ReactiveUI Extension
|
||||
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.
|
||||
|
||||
You just need to replace ReactiveWindow or ReactiveUserControl with ReactiveUrsaWindow or ReactiveUrsaView.
|
||||
|
||||
```xaml
|
||||
<u:ReactiveUrsaWindow
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user