doc: update.
This commit is contained in:
18
README.md
18
README.md
@@ -8,11 +8,12 @@
|
|||||||
[](https://www.nuget.org/packages/Irihi.Ursa/)
|
[](https://www.nuget.org/packages/Irihi.Ursa/)
|
||||||
[](https://gitcode.com/IRIHI_Technology/Ursa.Avalonia)
|
[](https://gitcode.com/IRIHI_Technology/Ursa.Avalonia)
|
||||||
|
|
||||||
Ursa is a UI library for building cross-platform UIs with Avalonia UI.
|
Ursa is an enterprise level UI library for building cross-platform applications with Avalonia UI.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How to use
|
## Get Started
|
||||||
|
|
||||||
1. Ursa
|
1. Ursa
|
||||||
|
|
||||||
Add nuget package:
|
Add nuget package:
|
||||||
@@ -52,16 +53,19 @@ You can now use Ursa controls in your Avalonia Application.
|
|||||||
xmlns:u="https://irihi.tech/ursa"
|
xmlns:u="https://irihi.tech/ursa"
|
||||||
...>
|
...>
|
||||||
<StackPanel Margin="20">
|
<StackPanel Margin="20">
|
||||||
<u:ButtonGroup Classes="Solid Warning">
|
|
||||||
<Button Content="Hello" />
|
|
||||||
<Button Content="World" />
|
|
||||||
</u:ButtonGroup>
|
|
||||||
<u:TagInput />
|
<u:TagInput />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Window>
|
</Window>
|
||||||
```
|
```
|
||||||
|
|
||||||

|
## .NET Foundation
|
||||||
|
|
||||||
|
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
|
||||||
|
|
||||||
|
## Code of Conduct
|
||||||
|
|
||||||
|
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
|
||||||
|
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
|
||||||
|
|
||||||
## Compatibility Notice
|
## Compatibility Notice
|
||||||
Ursa currently is compatible with both Avalonia 11.1.x and 11.2.x, but specifically does not support Avalonia 11.2.0.
|
Ursa currently is compatible with both Avalonia 11.1.x and 11.2.x, but specifically does not support Avalonia 11.2.0.
|
||||||
|
|||||||
Reference in New Issue
Block a user