uSkriptSpectrum 1.0.0

dotnet add package uSkriptSpectrum --version 1.0.0
NuGet\Install-Package uSkriptSpectrum -Version 1.0.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="uSkriptSpectrum" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uSkriptSpectrum --version 1.0.0
#r "nuget: uSkriptSpectrum, 1.0.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 uSkriptSpectrum as a Cake Addin
#addin nuget:?package=uSkriptSpectrum&version=1.0.0

// Install uSkriptSpectrum as a Cake Tool
#tool nuget:?package=uSkriptSpectrum&version=1.0.0

Spectrum Property Editor for Umbraco

Version: 1.0.0 Umbraco v8.7.0 Vendor Spectrum v1.8.1

Description:

Simply another color picker using the spectrum plugin. However, the picker has been customised to look close to the native UI of Umbraco.
In addition to that, we have added the option to have the property field visible to show the color value selected.

See The Github Repo for more details


Please note:

  • Some options of the Spectrum plugin are either set by default or not available.
  • More configurable options will be available in future releases

Usage:

You can call the value of the color picker from the front-end in the same manner you would call a string value.
Obviously, you will have an inline css in the target item.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 465 9/22/2020

- Initial release
- Built in Umbraco 8.7.0
- Option to display the picker inline or toggled
- Option to display the property field
- See the Github Repo for more details