# Ursa

drawing

Ursa is a UI library for building cross-platform UIs with Avalonia UI. ![Demo](./assets/demo.png) ## How to use 1. Ursa Add nuget package: ```bash dotnet add package Irihi.Ursa --version 0.2.0-beta20240128 ``` You can now use Ursa controls in your Avalonia Application. ```xaml