Fernando Chávez 25f8ab9fbc
Merge pull request #21163 from strapi/fix/custom-fields-backward-compatibility
fix(content-manager): pass field to CustomField input to have backward compatibility
2024-09-13 11:16:28 +02:00
..
2024-09-12 19:13:21 +02:00
2024-09-12 14:25:11 +02:00

Strapi plugin Color Picker

A Strapi-maintained color picker custom field.

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

# Using Yarn
yarn add @strapi/plugin-color-picker

# Or using NPM
npm install @strapi/plugin-color-picker

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build

Usage

Use saturation and hue sliders to select a color and save the value as a HEX string

color picker screenshot