BlazorColorPicker 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorColorPicker --version 2.2.0                
NuGet\Install-Package BlazorColorPicker -Version 2.2.0                
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="2.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorColorPicker --version 2.2.0                
#r "nuget: BlazorColorPicker, 2.2.0"                
#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=2.2.0

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

remove the internal use of IJSruntime

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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

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 3,088 3/31/2024
3.1.0 249 3/30/2024
3.0.0 1,492 1/26/2024
2.3.1 3,185 11/15/2023
2.3.0 10,123 12/2/2022
2.2.0 4,798 10/22/2022
2.1.0 19,376 4/4/2022
2.0.1 1,367 2/16/2022
2.0.0 4,169 12/16/2021
1.2.1 14,475 6/15/2021
1.2.0 640 5/17/2021
1.1.2 9,068 1/16/2021
1.1.1 7,278 11/1/2020
1.1.0 1,396 10/14/2020
1.0.9 1,704 5/27/2020
1.0.8 488 5/26/2020
1.0.7 739 5/25/2020
1.0.6 486 5/25/2020
1.0.5 477 5/25/2020
1.0.2 443 5/25/2020
1.0.1 446 5/25/2020

CSS: migrate to NET6