diff --git a/README.md b/README.md index dced897..762e20c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,30 @@ Add nuget package: 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 - - - - - -``` - ## Support We offer limited free community support for Semi Avalonia and Ursa. Please join our group via FeiShu(Lark) diff --git a/src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj b/src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj index cd10114..ad8a900 100644 --- a/src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj +++ b/src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj @@ -7,7 +7,7 @@ enable enable latest - 1.0.0-rc1 + 1.0.0-rc2 IRIHI Technology Co., Ltd. Irihi.Ursa.Themes.Semi irihi.png diff --git a/src/Ursa/Ursa.csproj b/src/Ursa/Ursa.csproj index 5fe49a1..8a8748d 100644 --- a/src/Ursa/Ursa.csproj +++ b/src/Ursa/Ursa.csproj @@ -7,7 +7,7 @@ enable enable latest - 1.0.0-rc1 + 1.0.0-rc2 IRIHI Technology Co., Ltd. Irihi.Ursa irihi.png