docs: Update doc and screenshots.

This commit is contained in:
rabbitism 2023-02-19 18:25:44 +08:00
parent f4d6f7f025
commit 4e48f28e1c
3 changed files with 9 additions and 5 deletions

View File

@ -11,7 +11,7 @@ Avalonia Theme inspired by Semi Design
## Installation ## Installation
```bash ```bash
dotnet add package Semi.Avalonia --version 0.1.0-preview5 dotnet add package Semi.Avalonia --version 0.1.0-preview5.2
``` ```
Include Semi Design Styles in application: Include Semi Design Styles in application:
@ -25,8 +25,8 @@ That's all.
DataGrid and ColorPicker are distributed in separated packages. Please install if you need. DataGrid and ColorPicker are distributed in separated packages. Please install if you need.
```bash ```bash
dotnet add package Semi.Avalonia.ColorPicker --version 0.1.0-preview5.1 dotnet add package Semi.Avalonia.ColorPicker --version 0.1.0-preview5.2
dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview5.1 dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview5.2
``` ```
```xaml ```xaml
<Application.Styles> <Application.Styles>
@ -34,6 +34,12 @@ dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview5.1
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" /> <StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
</Application.Styles> </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 ## Version compatibility
| Semi Design Version | Avalonia Version| | Semi Design Version | Avalonia Version|
@ -44,8 +50,6 @@ dotnet add package Semi.Avalonia.DataGrid --version 0.1.0-preview5.1
## TODO ## TODO
* DataValidationErrors * DataValidationErrors
* FocusAdorner * FocusAdorner
* DataGrid
* ColorPicker
## Screenshot ## Screenshot

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 148 KiB