docs: Update doc and screenshots.
This commit is contained in:
parent
f4d6f7f025
commit
4e48f28e1c
14
README.md
14
README.md
@ -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
|
||||||
|
|
||||||
|
BIN
docs/Dark.png
BIN
docs/Dark.png
Binary file not shown.
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 189 KiB |
BIN
docs/Light.png
BIN
docs/Light.png
Binary file not shown.
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 148 KiB |
Loading…
x
Reference in New Issue
Block a user