BlazorColorPicker 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorColorPicker --version 1.1.1
NuGet\Install-Package BlazorColorPicker -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorColorPicker" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorColorPicker --version 1.1.1
#r "nuget: BlazorColorPicker, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlazorColorPicker as a Cake Addin
#addin nuget:?package=BlazorColorPicker&version=1.1.1

// Install BlazorColorPicker as a Cake Tool
#tool nuget:?package=BlazorColorPicker&version=1.1.1

To add in your index.html or _Host.cshtml : <script src="_content/BlazorColorPicker/colorpicker.js"></script>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BlazorColorPicker:

Package Downloads
PrototyperThemeRCL

Do not use yet. A Razor Class Library that provides user built themes to attach to pages and components. Themes are divided into 'Sets' and a set is applied to a page or component. No knowledge of CSS is required to set up a Theme.

PrototyperMenuRCL

Do not try to use this yet. A Razor Class Library that provides data driven menus. The current version only allows very graphical menu buttons. Menu 'Sets' contain menu 'Rows' which in turn contain 'buttons'. Clicking on a button can (1) go to another menu set (2) go to a page in the host app (3) load a component from the host or the RCL. Provides easy maintence of the data and easy to implement.

KristofferStrube.Blazor.SVGEditor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A SVG Editor that is implemented in and for Blazor.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BlazorColorPicker:

Repository Stars
KristofferStrube/Blazor.SVGEditor
A basic SVG editor written in Blazor.
Version Downloads Last updated
3.1.1 216 3/31/2024
3.1.0 81 3/30/2024
3.0.0 698 1/26/2024
2.3.1 1,537 11/15/2023
2.3.0 8,408 12/2/2022
2.2.0 4,567 10/22/2022
2.1.0 13,891 4/4/2022
2.0.1 1,303 2/16/2022
2.0.0 4,041 12/16/2021
1.2.1 13,381 6/15/2021
1.2.0 613 5/17/2021
1.1.2 8,559 1/16/2021
1.1.1 7,219 11/1/2020
1.1.0 1,342 10/14/2020
1.0.9 1,672 5/27/2020
1.0.8 459 5/26/2020
1.0.7 702 5/25/2020
1.0.6 461 5/25/2020
1.0.5 451 5/25/2020
1.0.2 423 5/25/2020
1.0.1 424 5/25/2020

Can close palette by press Escape. Do add <script src="_content/BlazorColorPicker/colorpicker.js"></script>