mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
1.3 KiB
1.3 KiB
Semi.Avalonia.ColorPicker
Avalonia ColorPicker Theme inspired by Semi Design
This package provides Semi Design theming for the Avalonia ColorPicker control.
Installation
dotnet add package Semi.Avalonia.ColorPicker
Prerequisites
This package requires the main Semi.Avalonia theme to be installed:
dotnet add package Semi.Avalonia
Usage
Include the ColorPicker theme in your application:
<Application
...
xmlns:semi="https://irihi.tech/semi">
<Application.Styles>
<semi:SemiTheme Locale="zh-CN" />
<semi:ColorPickerSemiTheme />
</Application.Styles>
</Application>