mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
17fa10333a3245a6456ffa3f904685cf6b1f5f7f
Semi.Avalonia
Avalonia Theme inspired by Semi Design
How to Use
Installation
dotnet add package Semi.Avalonia --version 11.0.0
Include Semi Design Styles in application:
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
</Application.Styles>
That's all.
DataGrid and ColorPicker are distributed in separated packages. Please install if you need.
dotnet add package Semi.Avalonia.ColorPicker --version 11.0.0
dotnet add package Semi.Avalonia.DataGrid --version 11.0.0
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
</Application.Styles>
Demo
You can always download demo executable to play around with Semi Avalonia Themes. https://github.com/irihitech/Semi.Avalonia/releases
Version compatibility
| Semi Design Version | Avalonia Version |
|---|---|
| 11.0.0 | 11.0.0 |
TODO
- FocusAdorner
Credits
Screenshot
Languages
C#
100%

