feat: update README to use SemiTheme components for ColorPicker, DataGrid, and TreeDataGrid.

This commit is contained in:
Zhang Dian
2025-04-23 21:30:04 +08:00
parent 567027e089
commit 77ee768962
4 changed files with 10 additions and 15 deletions

View File

@@ -48,9 +48,9 @@ dotnet add package Semi.Avalonia.TreeDataGrid
```xaml
<Application.Styles>
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.TreeDataGrid/Index.axaml" />
<semi:ColorPickerSemiTheme />
<semi:DataGridSemiTheme />
<semi:TreeDataGridSemiTheme />
</Application.Styles>
```