2022-11-09 15:47:52 +01:00
..
2022-10-07 11:24:26 +02:00
2022-09-07 10:56:25 +02:00
2022-10-04 09:51:02 +01:00
2022-11-09 15:47:52 +01:00
2022-09-07 10:56:25 +02:00

Strapi plugin Color Picker

A Strapi-maintainted 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