# Ursa

drawing

[![Irihi.Ursa](https://img.shields.io/nuget/v/Irihi.Ursa.svg?color=red&style=flat-square)](https://www.nuget.org/packages/Irihi.Ursa/) [![Irihi.Ursa](https://img.shields.io/nuget/dt/Irihi.Ursa.svg?style=flat-square)](https://www.nuget.org/packages/Irihi.Ursa/) [![GitCode](https://gitcode.com/IRIHI_Technology/Ursa.Avalonia/star/badge.svg)](https://gitcode.com/IRIHI_Technology/Ursa.Avalonia) 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 ``` 2. Ursa.Themes.Semi To make Ursa controls show up in your application, you need to reference to a theme package designed for Ursa. Ursa.Themes.Semi is a theme package for Ursa inspired by Semi Design. You can add it to your project by following steps. Add nuget package: ```bash dotnet add package Semi.Avalonia dotnet add package Irihi.Ursa.Themes.Semi ``` Include Styles in application: ```xaml ``` You can now use Ursa controls in your Avalonia Application. ```xaml