mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
cbcedd6bddb0303dfb2aed5252e9f5eefd1fea73
Fix Slider default size
Semi.Avalonia
Avalonia Theme inspired by Semi Design
Semi.Avalonia is still in very early stage. Please don't use in production.
How to Use
Installation
dotnet add package Semi.Avalonia --version 0.1.0-preview5.2
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 0.1.0-preview5.2
dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview5.2
<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 |
|---|---|
| 0.1.0-preview3 | 11.0-preview4 |
| 0.1.0-preview5.x | 11.0-preview5 |
TODO
- DataValidationErrors
- FocusAdorner
Screenshot
Languages
C#
100%

