Avalonia ColorPicker control
Перейти к файлу
Wiesław Šoltés 533fdd8720 Update README.md 2022-09-01 09:45:33 +02:00
.github Update pages.yml 2022-08-17 11:39:51 +02:00
.nuke Update to .NET 6 2021-11-08 22:57:36 +01:00
build Update to 11.0.0-preview1 2022-08-19 23:08:58 +02:00
images Create ColorPicker.png 2019-06-04 18:02:21 +02:00
samples/ColorPickerDemo Add more samples 2022-09-01 09:37:57 +02:00
src/ThemeEditor.Controls.ColorPicker Merge branch 'master' of https://github.com/wieslawsoltes/ColorPicker 2022-09-01 08:35:18 +02:00
tests/ThemeEditor.Controls.ColorPicker.UnitTests Use file-scoped namespace 2021-12-09 00:05:41 +01:00
.editorconfig Update .editorconfig 2021-07-18 14:17:19 +02:00
.gitattributes Init repo 2018-10-31 10:05:40 +00:00
.gitignore Init repo 2018-10-31 10:05:40 +00:00
LICENSE.TXT Update LICENSE.TXT 2022-01-27 09:32:47 +01:00
NuGet.Config Update NuGet.Config 2021-12-08 11:42:06 +01:00
README.md Update README.md 2022-09-01 09:45:33 +02:00
ThemeEditor.sln Remove 2022-08-17 11:39:48 +02:00
_config.yml Set theme jekyll-theme-cayman 2022-02-04 13:09:34 +01:00
azure-pipelines.yml Update azure-pipelines.yml 2022-08-17 11:39:54 +02:00
build.cmd Update to .NET 6 2021-11-08 22:57:36 +01:00
build.ps1 Update to .NET 6 2021-11-08 22:57:36 +01:00
build.sh Update to .NET 6 2021-11-08 22:57:36 +01:00
global.json Update to .NET 6 2021-11-08 22:57:36 +01:00

README.md

ColorPicker

Build Status CI

NuGet NuGet MyGet

Github All Releases GitHub Release Github Releases

Download

The latest downloads are available in the release section.

About

ColorPicker is an Avalonia UI Framework color picker control.

Usage

Usage instructions.

Build

Build instructions.

NuGet

Color picker control is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package ThemeEditor.Controls.ColorPicker

or by using nightly build feed:

  • Add https://www.myget.org/F/themeeditor-nightly/api/v2 to your package sources
  • Alternative nightly build feed https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json
  • Update your package using ThemeEditor.Controls.ColorPicker feed

and install the package like this:

Install-Package ThemeEditor.Controls.ColorPicker -Pre

Resources

License

ColorPicker is licensed under the MIT license.